Skip to content

Commit 6913f86

Browse files
authored
Merge pull request #45 from shoppingflux/symfonyv6
Allow symfony v6
2 parents a06bbac + 12918ba commit 6913f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "shoppingfeed/coding-style-php",
33
"require": {
44
"squizlabs/php_codesniffer": "^3.6.0",
5-
"symfony/process": "^3.4 | ^4.0 | ^5.0",
6-
"symfony/console": "^3.4 | ^4.0 | ^5.0",
5+
"symfony/process": "^5.0 || ^6.0",
6+
"symfony/console": "^5.0 || ^6.0",
77
"slevomat/coding-standard": "^7.0"
88
},
99
"autoload": {

0 commit comments

Comments
 (0)