php-toolbox icon indicating copy to clipboard operation
php-toolbox copied to clipboard

:whale: :elephant: A Docker image designed for PHP developers that care about code quality.

Results 10 php-toolbox issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

https://github.com/marcelsud/diffcs

enhancement

Here's why: * Allow support for debugging (see https://github.com/sohelamin/my-docker); * Allow PHPUnit to support coverage report.

enhancement

https://opencontainers.org/

enhancement

https://docs.docker.com/engine/security/trust/

security