Skip to content

Commit c834058

Browse files
committed
Updated to API Platform 4
1 parent 6c229cc commit c834058

File tree

7 files changed

+1241
-170
lines changed

7 files changed

+1241
-170
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"ext-json": "*",
1313
"ext-mbstring": "*",
1414
"amphp/http-client": "^5.1",
15-
"api-platform/core": "^3.1",
15+
"api-platform/doctrine-orm": "^4.1",
16+
"api-platform/symfony": "^4.0.0",
17+
"api-platform/json-api": "^4.0.0",
1618
"beberlei/doctrineextensions": "^1.2",
1719
"brick/math": "^0.13.1",
1820
"composer/ca-bundle": "^1.5",
@@ -84,6 +86,7 @@
8486
"symfony/web-link": "7.3.*",
8587
"symfony/webpack-encore-bundle": "^v2.0.1",
8688
"symfony/yaml": "7.3.*",
89+
"symplify/easy-coding-standard": "^12.5.20",
8790
"tecnickcom/tc-lib-barcode": "^2.1.4",
8891
"twig/cssinliner-extra": "^3.0",
8992
"twig/extra-bundle": "^3.8",
@@ -92,8 +95,7 @@
9295
"twig/intl-extra": "^3.8",
9396
"twig/markdown-extra": "^3.8",
9497
"twig/string-extra": "^3.8",
95-
"web-auth/webauthn-symfony-bundle": "^4.0.0",
96-
"symplify/easy-coding-standard": "^12.5.20"
98+
"web-auth/webauthn-symfony-bundle": "^4.0.0"
9799
},
98100
"require-dev": {
99101
"dama/doctrine-test-bundle": "^v8.0.0",

0 commit comments

Comments
 (0)