Skip to content

Commit be4f71c

Browse files
chore: use api-platform/symfony:^4.0@alpha instead of api-platform/core
1 parent 7f22505 commit be4f71c

File tree

4 files changed

+3256
-1315
lines changed

4 files changed

+3256
-1315
lines changed

api/composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"php": ">=8.3",
66
"ext-ctype": "*",
77
"ext-iconv": "*",
8-
"api-platform/core": "^4.0@alpha",
8+
"api-platform/doctrine-orm": "^4.0",
9+
"api-platform/symfony": "^4.0",
910
"doctrine/common": "^3.4",
1011
"doctrine/doctrine-bundle": "^2.11",
1112
"doctrine/doctrine-fixtures-bundle": "^3.5",
@@ -65,7 +66,8 @@
6566
"allow-plugins": {
6667
"symfony/flex": true,
6768
"symfony/runtime": true,
68-
"phpstan/extension-installer": true
69+
"phpstan/extension-installer": true,
70+
"php-http/discovery": true
6971
}
7072
},
7173
"autoload": {
@@ -115,5 +117,6 @@
115117
"flex://defaults"
116118
]
117119
}
118-
}
120+
},
121+
"minimum-stability": "alpha"
119122
}

0 commit comments

Comments
 (0)