Skip to content

Commit 4f1e5ba

Browse files
Allow Symfony ^8.0
1 parent f3570b8 commit 4f1e5ba

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
@@ -23,12 +23,12 @@
2323
"symfony/polyfill-mbstring": "~1.0"
2424
},
2525
"require-dev": {
26-
"symfony/error-handler": "^6.4|^7.0",
27-
"symfony/emoji": "^7.1",
28-
"symfony/http-client": "^6.4|^7.0",
29-
"symfony/intl": "^6.4|^7.0",
26+
"symfony/error-handler": "^6.4|^7.0|^8.0",
27+
"symfony/emoji": "^7.1|^8.0",
28+
"symfony/http-client": "^6.4|^7.0|^8.0",
29+
"symfony/intl": "^6.4|^7.0|^8.0",
3030
"symfony/translation-contracts": "^2.5|^3.0",
31-
"symfony/var-exporter": "^6.4|^7.0"
31+
"symfony/var-exporter": "^6.4|^7.0|^8.0"
3232
},
3333
"conflict": {
3434
"symfony/translation-contracts": "<2.5"

0 commit comments

Comments
 (0)