Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit cae5524

Browse files
authored
Merge pull request #91 from amacrobert-meq/symfony-6-support
Symfony 6 support
2 parents aed925d + 7b7dfda commit cae5524

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
],
1313
"require": {
1414
"php": "^7.1.3 | ^8",
15-
"symfony/dependency-injection": "^4.4 | ^5.0",
16-
"symfony/yaml": "^4.4 | ^5.0",
17-
"symfony/config": "^4.4 | ^5.0",
18-
"symfony/http-kernel": "^4.4 | ^5.0",
15+
"symfony/dependency-injection": "^4.4 | ^5.0 | ^6.0",
16+
"symfony/yaml": "^4.4 | ^5.0 | ^6.0",
17+
"symfony/config": "^4.4 | ^5.0 | ^6.0",
18+
"symfony/http-kernel": "^4.4 | ^5.0 | ^6.0",
1919
"twig/twig": "^1.18|^2.0|^3.0",
2020
"doctrine/annotations": "^1.7",
2121
"flagception/flagception": "^1.5"
2222
},
2323
"require-dev": {
24-
"symfony/phpunit-bridge": "^5.0",
25-
"symfony/twig-bridge": "^4.4 | ^5.0",
24+
"symfony/phpunit-bridge": "^5.0 | ^6.0",
25+
"symfony/twig-bridge": "^4.4 | ^5.0 | ^6.0",
2626
"flagception/database-activator": "^1.0",
2727
"squizlabs/php_codesniffer": "^3.3.1",
2828
"php-coveralls/php-coveralls": "^2.0"

0 commit comments

Comments
 (0)