Skip to content

Commit 88d8282

Browse files
committed
Feat: add support for Symfony 6.* & php 8.*
1 parent ddf073a commit 88d8282

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"php": ">=8.0",
3434
"mailjet/mailjet-apiv3-php": "^1.2",
3535
"mailjet/mailjet-swiftmailer": "^2.0",
36-
"symfony/config": "^6.*|^5.0",
37-
"symfony/console": "^6.*|^5.0",
38-
"symfony/dependency-injection": "^6.*|^5.0",
39-
"symfony/event-dispatcher": "^6.*|^5.0",
40-
"symfony/framework-bundle": "^6.*|^5.0",
41-
"symfony/http-foundation": "^6.*|^5.0",
42-
"symfony/http-kernel": "^6.*|^5.0",
43-
"symfony/routing": "^6.*|^5.0",
44-
"symfony/yaml": "^6.*|^5.0"
36+
"symfony/config": "^6|^5.0",
37+
"symfony/console": "^6|^5.0",
38+
"symfony/dependency-injection": "^6|^5.0",
39+
"symfony/event-dispatcher": "^6|^5.0",
40+
"symfony/framework-bundle": "^6|^5.0",
41+
"symfony/http-foundation": "^6|^5.0",
42+
"symfony/http-kernel": "^6|^5.0",
43+
"symfony/routing": "^6|^5.0",
44+
"symfony/yaml": "^6|^5.0"
4545
},
4646
"require-dev": {
4747
"phpspec/phpspec": "^5.1|^6.0|^7.0"

0 commit comments

Comments
 (0)