Skip to content

Commit 3ef3ae9

Browse files
author
Quirin Stiegler
authored
Add Symfony 6 support (#52)
1 parent ce999ca commit 3ef3ae9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616

1717
"require": {
1818
"php": "^7.3 || ^8.0",
19-
"symfony/console": "^3.0 || ^4.0 || ^5.0",
20-
"symfony/dependency-injection": "^3.0 || ^4.1.12 || ^5.0",
21-
"symfony/process": "^3.0 || ^4.0 || ^5.0",
19+
"symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
20+
"symfony/dependency-injection": "^3.0 || ^4.1.12 || ^5.0 || ^6.0",
21+
"symfony/process": "^3.0 || ^4.0 || ^5.0 || ^6.0",
2222
"webmozart/assert": "^1.5",
2323
"psr/log": "^1.1"
2424
},
2525
"require-dev": {
2626
"ext-json": "*",
2727
"friendsofphp/php-cs-fixer": "^2.15",
2828
"phpunit/phpunit": "^8.4",
29-
"symfony/framework-bundle": "^3.0 || ^4.1 || ^5.0"
29+
"symfony/framework-bundle": "^3.0 || ^4.1 || ^5.0 || ^6.0"
3030
},
3131

3232
"autoload": {

0 commit comments

Comments
 (0)