Skip to content

Commit b691d78

Browse files
Allow Symfony ^8.0
1 parent 8658634 commit b691d78

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@
1818
"require": {
1919
"php": ">=8.2",
2020
"symfony/deprecation-contracts": "^2.5|^3",
21-
"symfony/http-foundation": "^6.4|^7.0",
22-
"symfony/http-kernel": "^6.4|^7.0",
21+
"symfony/http-foundation": "^6.4|^7.0|^8.0",
22+
"symfony/http-kernel": "^6.4|^7.0|^8.0",
2323
"symfony/polyfill-mbstring": "~1.0",
24-
"symfony/property-access": "^6.4|^7.0",
25-
"symfony/security-core": "^7.3",
24+
"symfony/property-access": "^6.4|^7.0|^8.0",
25+
"symfony/security-core": "^7.3|^8.0",
2626
"symfony/service-contracts": "^2.5|^3"
2727
},
2828
"require-dev": {
29-
"symfony/cache": "^6.4|^7.0",
30-
"symfony/clock": "^6.4|^7.0",
31-
"symfony/expression-language": "^6.4|^7.0",
32-
"symfony/http-client": "^6.4|^7.0",
29+
"symfony/cache": "^6.4|^7.0|^8.0",
30+
"symfony/clock": "^6.4|^7.0|^8.0",
31+
"symfony/expression-language": "^6.4|^7.0|^8.0",
32+
"symfony/http-client": "^6.4|^7.0|^8.0",
3333
"symfony/http-client-contracts": "^3.0",
34-
"symfony/rate-limiter": "^6.4|^7.0",
35-
"symfony/routing": "^6.4|^7.0",
36-
"symfony/security-csrf": "^6.4|^7.0",
37-
"symfony/translation": "^6.4|^7.0",
34+
"symfony/rate-limiter": "^6.4|^7.0|^8.0",
35+
"symfony/routing": "^6.4|^7.0|^8.0",
36+
"symfony/security-csrf": "^6.4|^7.0|^8.0",
37+
"symfony/translation": "^6.4|^7.0|^8.0",
3838
"psr/log": "^1|^2|^3",
3939
"web-token/jwt-library": "^3.3.2|^4.0"
4040
},

0 commit comments

Comments
 (0)