Skip to content

Commit 2f31650

Browse files
committed
Drop Symfony 7.1
1 parent c2ea6c1 commit 2f31650

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"react/event-loop": "^1.3",
1717
"react/socket": "^1.11",
1818
"symfony/deprecation-contracts": "^2.5 || ^3.0",
19-
"symfony/http-foundation": "^6.4 || ^7.1",
20-
"symfony/routing": "^6.4 || ^7.1"
19+
"symfony/http-foundation": "^6.4 || ^7.2",
20+
"symfony/routing": "^6.4 || ^7.2"
2121
},
2222
"require-dev": {
2323
"ext-session": "*",
@@ -29,7 +29,7 @@
2929
"psr/container": "^1.0 || ^2.0",
3030
"psr/event-dispatcher": "^1.0",
3131
"rector/rector": "2.0.6",
32-
"symfony/security-core": "^6.4 || ^7.1"
32+
"symfony/security-core": "^6.4 || ^7.2"
3333
},
3434
"conflict": {
3535
"psr/container": ">=3.0",

0 commit comments

Comments
 (0)