Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
docker-symfony-deprecation-detector | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
[]()
[]()
[]()
[]()
A docker image to run Symfony Deprecation Detector
make build
The working dir into the docker container is /app by default.
Default options are : check src/ vendor/ as you can see in the Dockerfile.
docker run -it --rm \
-v `pwd`:/app \
ypereirareis/symfony-deprecation-detector
OR
docker run -it --rm \
-v `pwd`:/app \
ypereirareis/symfony-deprecation-detector CUSTOM_OPTIONS
./tests.sh