Please make all pull requests to the develop
branch, not the master
branch.
Coding standards are PSR2-tabs.
- If a command is failing, post the full output you get when running the command, with the
--verbose
flag - If everything looks normal in said log, provide a log with the
--pretend
flag
Once you cloned the repository in local, in order to test your changes, two solutions :
- You can execute
php bin/rocketeer
which is what gets compiled as the entry point of the PHAR. This will directly read the files of the repository. - You can also compile the PHAR by doing
php bin/compile
which will output tobin/rocketeer.phar
. In order to compile it you'll need to have thephar.readonly
set to On in yourphp.ini
.