9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
|
#!/usr/bin/env php
|
||
|
<?php
|
||
|
|
||
|
require __DIR__ . '/../src/bootstrap.php';
|
||
|
|
||
|
use Composer\Util\SpdxLicensesUpdater;
|
||
|
|
||
|
$licenses = new SpdxLicensesUpdater;
|
||
|
$licenses->update();
|