Skip to content

Commit e97a801

Browse files
committed
Add support for Symfony 8
1 parent a59b929 commit e97a801

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
@@ -11,12 +11,12 @@
1111
],
1212
"require": {
1313
"psr/container": "^1.0|^2.0",
14-
"symfony/options-resolver": "^4.2 || ^5.0 || ^6.0 || ^7.0"
14+
"symfony/options-resolver": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^8",
1818
"phpstan/phpstan": "^0.12.52",
19-
"friendsofphp/php-cs-fixer": "^2.16"
19+
"php-cs-fixer/shim": "^3.89"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)