2a06261f75
This adds a composer.json for all dependencies that are available
12 lines
170 B
PHP
Executable File
12 lines
170 B
PHP
Executable File
#!/usr/bin/php
|
|
<?php
|
|
|
|
/**
|
|
* @file
|
|
* Deprecated in favor of generate-standalone.php.
|
|
*/
|
|
|
|
require dirname(__FILE__) . '/generate-standalone.php';
|
|
|
|
// vim: et sw=4 sts=4
|