Skip to content

Commit 93f3197

Browse files
committed
Merge branch '4.0'
2 parents e821ad2 + 2483ff9 commit 93f3197

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
],
2929
"require": {
30-
"php": ">=8.1",
30+
"php": ">=8.2",
3131
"api-platform/documentation": "^4.0",
3232
"api-platform/hydra": "^4.0",
3333
"api-platform/json-hal": "^4.0",
@@ -85,6 +85,13 @@
8585
"branch-alias": {
8686
"dev-main": "4.0.x-dev",
8787
"dev-3.4": "3.4.x-dev"
88+
},
89+
"symfony": {
90+
"require": "^6.4 || ^7.1"
91+
},
92+
"thanks": {
93+
"name": "api-platform/api-platform",
94+
"url": "https://github.com/api-platform/api-platform"
8895
}
8996
},
9097
"autoload-dev": {

0 commit comments

Comments
 (0)