Feel free to contribute to this project by submitting a pull request to the main
branch.
You can use make
to simplify the development process.
Note
Make sure you have GNU/Parallel installed to speed up processes for each PHP version.
You can build the default image using make build
or just make
, the build
target is the default:
make
To run the tests, you can use the test
target:
make test
Tip
So you will problably be running make && make test
for most of the time.
You can use the install
target to make links of the binaries (bin/
) to your /usr/local/bin
directory:
make install