File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " shoppingfeed/coding-style-php" ,
33 "require" : {
4+ "php" : " >=8.0" ,
45 "squizlabs/php_codesniffer" : " ^3.6.0" ,
5- "symfony/process" : " ^5.0 || ^6 .0" ,
6- "symfony/console" : " ^5.0 || ^6 .0" ,
7- "slevomat/coding-standard" : " ^7.0"
6+ "symfony/process" : " ^5.0|^6.0|^7 .0" ,
7+ "symfony/console" : " ^5.0|^6.0|^7 .0" ,
8+ "slevomat/coding-standard" : " ^7.0|^8.0 "
89 },
910 "autoload" : {
1011 "psr-4" : {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ composer require shoppingfeed/coding-style-php
1010
1111To connect to a php 8.0 container correctly configured
1212
13- - Create a container : ` docker run --name coding-style-php -v $PWD:/var/www -d ghcr.io/shoppingflux/php:8.0.2-fpm `
13+ - Create a container : ` docker run --name coding-style-php -v $PWD:/var/www -d ghcr.io/shoppingflux/php:8.0-unit `
1414- Connect to container : ` docker exec -it coding-style-php bash `
1515
1616Once connected to the container you can :
You can’t perform that action at this time.
0 commit comments