File tree 4 files changed +678
-313
lines changed
4 files changed +678
-313
lines changed Original file line number Diff line number Diff line change 1
- DOCKER_RUN = docker-compose run -e PHP_XDEBUG_ENABLED=0 --rm fpm
2
- DOCKER_RUN_XDEBUG = docker-compose run -e PHP_XDEBUG_ENABLED=1 --rm fpm
1
+ DOCKER_RUN = docker-compose run --rm fpm
3
2
4
3
.env.local : .env
5
4
cp -n .env .env.local
20
19
21
20
.PHONY : coverage
22
21
coverage :
23
- $( DOCKER_RUN_XDEBUG ) vendor/bin/phpunit --coverage-html coverage
22
+ PHP_XDEBUG_ENABLED=1 $( DOCKER_RUN ) vendor/bin/phpunit --coverage-html coverage
Original file line number Diff line number Diff line change 18
18
"require-dev" : {
19
19
"ext-sockets" : " *" ,
20
20
"phpunit/phpunit" : " ^8.5" ,
21
- "friendsofphp/php-cs-fixer" : " @stable " ,
22
- "symfony/dotenv" : " @stable " ,
21
+ "friendsofphp/php-cs-fixer" : " ^2.16 " ,
22
+ "symfony/dotenv" : " ^5.0 " ,
23
23
"donatj/mock-webserver" : " ^2.1"
24
24
},
25
25
"autoload" : {
You can’t perform that action at this time.
0 commit comments