Skip to content

Commit 0f32ad3

Browse files
authored
Allow latest versions of dependencies (#62)
1 parent e5b9645 commit 0f32ad3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ composer require shoppingfeed/coding-style-php
1010

1111
To 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

1616
Once connected to the container you can :

0 commit comments

Comments
 (0)