Skip to content
Snippets Groups Projects
Commit ca75a9da authored by Eduardo S. Luz's avatar Eduardo S. Luz :sunglasses:
Browse files

Adding the cmd script to composer.json

parent 6e9d53dd
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env php
<?php
/**
* Created by PhpStorm.
* User: eduardoluz
* Date: 2019-07-17
* Time: 22:24
*/
require_once './vendor/autoload.php';
......
......@@ -18,5 +18,6 @@
"require": {
"mikehaertl/php-shellcommand": "^1.4",
"aura/cli": "^2.2"
}
},
"bin": ["bin/cmd.php"]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment