Skip to content

Commit d14b4d3

Browse files
NGSTACK-1017 require minimum symfony versions of 7.3
1 parent c333d22 commit d14b4d3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
"minimum-stability": "beta",
2323
"require": {
2424
"php": ">=8.4",
25-
"symfony/routing": "^7.4 || ^8.0",
26-
"symfony/config": "^7.4 || ^8.0",
27-
"symfony/dependency-injection": "^7.4 || ^8.0",
28-
"symfony/event-dispatcher": "^7.4 || ^8.0",
29-
"symfony/http-foundation": "^7.4 || ^8.0",
30-
"symfony/http-kernel": "^7.4 || ^8.0",
31-
"symfony/property-access": "^7.4 || ^8.0",
32-
"symfony/framework-bundle": "^7.4 || ^8.0",
33-
"symfony/console": "^7.4 || ^8.0",
34-
"symfony/security-core": "^7.4 || ^8.0",
35-
"symfony/security-http": "^7.4 || ^8.0",
25+
"symfony/routing": "^7.3 || ^8.0",
26+
"symfony/config": "^7.3 || ^8.0",
27+
"symfony/dependency-injection": "^7.3 || ^8.0",
28+
"symfony/event-dispatcher": "^7.3 || ^8.0",
29+
"symfony/http-foundation": "^7.3 || ^8.0",
30+
"symfony/http-kernel": "^7.3 || ^8.0",
31+
"symfony/property-access": "^7.3 || ^8.0",
32+
"symfony/framework-bundle": "^7.3 || ^8.0",
33+
"symfony/console": "^7.3 || ^8.0",
34+
"symfony/security-core": "^7.3 || ^8.0",
35+
"symfony/security-http": "^7.3 || ^8.0",
3636
"api-platform/symfony": "^4.2",
3737
"api-platform/doctrine-orm": "^4.2",
3838
"lexik/jwt-authentication-bundle": "^3.1",

0 commit comments

Comments
 (0)