Skip to content

Commit 0b770da

Browse files
chore: use api-platform/symfony:^4.0@alpha instead of api-platform/core
1 parent 10eb997 commit 0b770da

File tree

3 files changed

+1070
-152
lines changed

3 files changed

+1070
-152
lines changed

api/composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"php": ">=8.3",
66
"ext-ctype": "*",
77
"ext-iconv": "*",
8-
"api-platform/core": "^4.0@alpha",
8+
"api-platform/doctrine-orm": "^4.0@alpha",
9+
"api-platform/graphql": "^4.0@alpha",
10+
"api-platform/symfony": "^4.0@alpha",
911
"doctrine/common": "^3.4",
1012
"doctrine/doctrine-bundle": "^2.11",
1113
"doctrine/doctrine-fixtures-bundle": "^3.5",
@@ -115,5 +117,6 @@
115117
"flex://defaults"
116118
]
117119
}
118-
}
120+
},
121+
"minimum-stability": "alpha"
119122
}

0 commit comments

Comments
 (0)