Skip to content

Commit 437f6b5

Browse files
authored
Merge pull request #137 from W0rma/symfony6
Allow installation of symfony 6
2 parents 7f79b83 + b631476 commit 437f6b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
],
1313
"require": {
1414
"php": ">=5.3.3",
15-
"symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0"
15+
"symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
1616
},
1717
"require-dev": {
1818
"composer/composer": "^1.0@dev",
19-
"symfony/filesystem": "^2.3 || ^3 || ^4 || ^5",
20-
"symfony/phpunit-bridge": "^4.0 || ^5.0"
19+
"symfony/filesystem": "^2.3 || ^3 || ^4 || ^5 || ^6.0",
20+
"symfony/phpunit-bridge": "^4.0 || ^5.0 || ^6.0"
2121
},
2222
"autoload": {
2323
"psr-4": { "Incenteev\\ParameterHandler\\": "" }

0 commit comments

Comments
 (0)