Skip to content

Commit a11de86

Browse files
committed
feat: allow symfony 8
1 parent 97173f1 commit a11de86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
],
1313
"require": {
1414
"php": ">=7.4",
15-
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
15+
"symfony/yaml": "^5.4 || ^6.0 || ^7.0 || ^8.0"
1616
},
1717
"require-dev": {
1818
"composer/composer": "^2.0@dev",
1919
"phpspec/prophecy-phpunit": "^2.1",
2020
"phpunit/phpunit": "^9.6",
21-
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
22-
"symfony/phpunit-bridge": "^6.4.1 || ^7.0.1"
21+
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0 || ^8.0",
22+
"symfony/phpunit-bridge": "^6.4.1 || ^7.0.1 || ^8.0"
2323
},
2424
"autoload": {
2525
"psr-4": { "Incenteev\\ParameterHandler\\": "" }

0 commit comments

Comments
 (0)