Skip to content

Commit c03ece5

Browse files
authored
Allow Symfony 6 components (#8)
1 parent 5a7a185 commit c03ece5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020

2121
"require": {
2222
"php": "^7.1|8.0.*|8.1.*",
23-
"symfony/config": "^4.4 | ^5.0",
24-
"symfony/dependency-injection": "^4.4 | ^5.0",
25-
"symfony/http-foundation": "^4.4 | ^5.0",
26-
"symfony/http-kernel": "^4.4 | ^5.0",
23+
"symfony/config": "^4.4 | ^5.0 | ^6.0",
24+
"symfony/dependency-injection": "^4.4 | ^5.0 | ^6.0",
25+
"symfony/http-foundation": "^4.4 | ^5.0 | ^6.0",
26+
"symfony/http-kernel": "^4.4 | ^5.0 | ^6.0",
2727
"doctrine/annotations": "^1.0"
2828
},
2929

3030
"require-dev": {
3131
"phpunit/phpunit": "^8.5|^9.0",
32-
"symfony/phpunit-bridge": ">=5.0"
32+
"symfony/phpunit-bridge": "^5.0 | ^6.0"
3333
},
3434

3535
"suggest": {

0 commit comments

Comments
 (0)