Skip to content

Commit e293793

Browse files
authored
chore: dependency constraints (#6988)
1 parent 9c086b3 commit e293793

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
}
2222
],
2323
"require": {
24-
"php": ">=8.1",
25-
"api-platform/state": "^3.4 || ^4.0",
26-
"api-platform/metadata": "^3.4 || ^4.0",
27-
"api-platform/serializer": "^3.4 || ^4.0"
24+
"php": ">=8.2",
25+
"api-platform/state": "^4.1",
26+
"api-platform/metadata": "^4.1",
27+
"api-platform/serializer": "^4.1"
2828
},
2929
"autoload": {
3030
"psr-4": {
@@ -46,7 +46,7 @@
4646
},
4747
"extra": {
4848
"branch-alias": {
49-
"dev-main": "4.0.x-dev",
49+
"dev-main": "4.2.x-dev",
5050
"dev-3.4": "3.4.x-dev"
5151
},
5252
"symfony": {

0 commit comments

Comments
 (0)