Skip to content

Commit 2fedf6e

Browse files
authored
Allow symfony 7.0
1 parent eb09f08 commit 2fedf6e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"license": "MIT",
88
"require": {
99
"php": "^7.1|^8.0",
10-
"symfony/config": "^3.4|^4.0|^5.0|^6.0",
11-
"symfony/console": "^3.4|^4.0|^5.0|^6.0",
12-
"symfony/dependency-injection": "^3.4|^4.0|^5.0|^6.0",
13-
"symfony/event-dispatcher": "^3.4|^4.0|^5.0|^6.0",
14-
"symfony/http-kernel": "^3.4|^4.0|^5.0|^6.0"
10+
"symfony/config": "^3.4|^4.0|^5.0|^6.0|^7.0",
11+
"symfony/console": "^3.4|^4.0|^5.0|^6.0|^7.0",
12+
"symfony/dependency-injection": "^3.4|^4.0|^5.0|^6.0|^7.0",
13+
"symfony/event-dispatcher": "^3.4|^4.0|^5.0|^6.0|^7.0",
14+
"symfony/http-kernel": "^3.4|^4.0|^5.0|^6.0|^7.0"
1515
},
1616
"require-dev": {
1717
"matthiasnoback/symfony-dependency-injection-test": "^3.1|^4.0",
18-
"nyholm/symfony-bundle-test": "^1.6",
19-
"symfony/phpunit-bridge": "^5.0"
18+
"nyholm/symfony-bundle-test": "^1.6|^2.0|^3.0",
19+
"symfony/phpunit-bridge": "^5.0|^6.0|^7.0"
2020
},
2121
"autoload": {
2222
"psr-4": { "ElasticApmBundle\\": "" },

0 commit comments

Comments
 (0)