We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f79b83 + b631476 commit 437f6b5Copy full SHA for 437f6b5
1 file changed
composer.json
@@ -12,12 +12,12 @@
12
],
13
"require": {
14
"php": ">=5.3.3",
15
- "symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0"
+ "symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
16
},
17
"require-dev": {
18
"composer/composer": "^1.0@dev",
19
- "symfony/filesystem": "^2.3 || ^3 || ^4 || ^5",
20
- "symfony/phpunit-bridge": "^4.0 || ^5.0"
+ "symfony/filesystem": "^2.3 || ^3 || ^4 || ^5 || ^6.0",
+ "symfony/phpunit-bridge": "^4.0 || ^5.0 || ^6.0"
21
22
"autoload": {
23
"psr-4": { "Incenteev\\ParameterHandler\\": "" }
0 commit comments