Skip to content

Commit 92f2db9

Browse files
committed
chore: use api-platform 3.1
1 parent 4c94d93 commit 92f2db9

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

docs/composer.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"api-platform/core": "*",
18+
"api-platform/core": "^3.1",
1919
"symfony/expression-language": "6.2.*",
2020
"nelmio/cors-bundle": "^2.2",
2121
"phpstan/phpdoc-parser": "^1.15",
@@ -34,18 +34,8 @@
3434
"zenstruck/foundry": "^1.31",
3535
"symfony/http-client": "^6.2",
3636
"symfony/browser-kit": "^6.2",
37-
"justinrainbow/json-schema": "^5.2",
38-
"symfony/asset": "7.0.x-dev"
37+
"justinrainbow/json-schema": "^5.2"
3938
},
40-
"repositories": [
41-
{
42-
"type": "path",
43-
"url": "../",
44-
"options": {
45-
"symlink": false
46-
}
47-
}
48-
],
4939
"config": {
5040
"allow-plugins": {
5141
"symfony/runtime": true

0 commit comments

Comments
 (0)