php-toolbox
php-toolbox copied to clipboard
:whale: :elephant: A Docker image designed for PHP developers that care about code quality.
This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...
This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...
Seems that running PHP CS Fixer does not makes any changes to the target files. Why? Execution: ``` docker run -it -v $(pwd):/foo -w /foo devdrops/php-toolbox php-cs-fixer fix my/awesome/php/file.php docker...
From the logs: ``` Configuring for: [131/409] PHP Api Version: 20180731 Zend Module Api No: 20180731 Zend Extension Api No: 320180731 checking for grep that handles long lines and -e......
At https://github.com/devdrops/php-toolbox/blob/master/Dockerfile#L17-L19, we have the following: ```dockerfile RUN apt-get update > /dev/null 2>&1 && \ apt-get -y install \ curl \ ``` And so on. BUT, at https://github.com/devdrops/php-toolbox/blob/master/Dockerfile#L14, we have...
Here's why: * Allow support for debugging (see https://github.com/sohelamin/my-docker); * Allow PHPUnit to support coverage report.