Skip to content

Commit d485725

Browse files
author
awu
committed
chore: Update Symfony version constraints in composer.json to include ^7.4
1 parent 27c3b0a commit d485725

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"ext-simplexml": "*",
1919
"ext-spl": "*",
2020
"ext-xml": "*",
21-
"symfony/config": "^6.4 || ^7.0 || ^8.0",
22-
"symfony/console": "^6.4 || ^7.0 || ^8.0",
23-
"symfony/dependency-injection": "^6.4||^7.0 || ^8.0",
24-
"symfony/http-kernel": "^6.4||^7.0 || ^8.0",
21+
"symfony/config": "^6.4 || ^7.4 || ^8.0",
22+
"symfony/console": "^6.4 || ^7.4 || ^8.0",
23+
"symfony/dependency-injection": "^6.4 || ^7.4 || ^8.0",
24+
"symfony/http-kernel": "^6.4 || ^7.4 || ^8.0",
2525
"wundii/data-mapper": "^1.3.1"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)