We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29eaf9 commit da00859Copy full SHA for da00859
bin/validate-packages
@@ -1,7 +1,7 @@
1
#!/usr/bin/env php
2
<?php
3
4
-define('LICENSE_TEMPLATE', file_get_contents(__DIR__ . '/../LICENCE.md'));
+define('LICENSE_TEMPLATE', file_get_contents(__DIR__ . '/../LICENSE.md'));
5
6
$packages = json_decode(
7
json: exec(__DIR__ . '/get-packages'),
0 commit comments