Skip to content

Commit 070ce06

Browse files
removed unsupported symfony versions
1 parent 05e3e4f commit 070ce06

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
@@ -14,12 +14,12 @@
1414
"require": {
1515
"php": ">=7.2",
1616
"bugsnag/bugsnag": "^3.29.0",
17-
"symfony/config": "^2.7|^3|^4|^5|^6|^7|^8",
18-
"symfony/console": "^2.7|^3|^4|^5|^6|^7|^8",
19-
"symfony/dependency-injection": "^2.7|^3|^4|^5|^6|^7|^8",
20-
"symfony/http-foundation": "^2.7|^3|^4|^5|^6|^7|^8",
21-
"symfony/http-kernel": "^2.7|^3|^4|^5|^6|^7|^8",
22-
"symfony/security-core": "^2.7|^3|^4|^5|^6|^7|^8"
17+
"symfony/config": "^5|^6|^7|^8",
18+
"symfony/console": "^5|^6|^7|^8",
19+
"symfony/dependency-injection": "^5|^6|^7|^8",
20+
"symfony/http-foundation": "^5|^6|^7|^8",
21+
"symfony/http-kernel": "^5|^6|^7|^8",
22+
"symfony/security-core": "^5|^6|^7|^8"
2323
},
2424
"require-dev": {
2525
"graham-campbell/testbench-core": "^1.1",

0 commit comments

Comments
 (0)