Skip to content

Commit bd977b7

Browse files
authored
Modify composer.json - add Symfony 7.* (#84)
1 parent 22b6705 commit bd977b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"require": {
88
"php": "^7.4|8.*",
99
"ext-json": "*",
10-
"symfony/config": "^3.0||^4.0||^5.0||^6.0",
11-
"symfony/dependency-injection": "^3.4.26||^4.1.12|^5.0||^6.0",
12-
"symfony/http-kernel": "^3.0||^4.0||^5.0||^6.0",
13-
"symfony/messenger": "^4.4||^5.0||^6.0",
10+
"symfony/config": "^3.0||^4.0||^5.0||^6.0||7.*",
11+
"symfony/dependency-injection": "^3.4.26||^4.1.12|^5.0||^6.0||7.*",
12+
"symfony/http-kernel": "^3.0||^4.0||^5.0||^6.0||7.*",
13+
"symfony/messenger": "^4.4||^5.0||^6.0||7.*",
1414
"psr/http-client": "^1.0",
1515
"psr/http-factory": "^1.0",
1616
"psr/http-message": "^1.0",

0 commit comments

Comments
 (0)