We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97173f1 commit a11de86Copy full SHA for a11de86
composer.json
@@ -12,14 +12,14 @@
12
],
13
"require": {
14
"php": ">=7.4",
15
- "symfony/yaml": "^5.4 || ^6.0 || ^7.0"
+ "symfony/yaml": "^5.4 || ^6.0 || ^7.0 || ^8.0"
16
},
17
"require-dev": {
18
"composer/composer": "^2.0@dev",
19
"phpspec/prophecy-phpunit": "^2.1",
20
"phpunit/phpunit": "^9.6",
21
- "symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
22
- "symfony/phpunit-bridge": "^6.4.1 || ^7.0.1"
+ "symfony/filesystem": "^5.4 || ^6.0 || ^7.0 || ^8.0",
+ "symfony/phpunit-bridge": "^6.4.1 || ^7.0.1 || ^8.0"
23
24
"autoload": {
25
"psr-4": { "Incenteev\\ParameterHandler\\": "" }
0 commit comments