Skip to content

Commit 2966e9d

Browse files
committedJul 21, 2024
chore: 🤖 use api-platform-core of api-platform/core#6485
1 parent 733dbcc commit 2966e9d

File tree

2 files changed

+75
-61
lines changed

2 files changed

+75
-61
lines changed
 

‎composer.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=8.2",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
10-
"api-platform/core": "^3.3",
10+
"api-platform/core": "dev-feat/jsonschema-jsonld-required#a42ca678807bada009716f998786dbe25bb99805",
1111
"doctrine/dbal": "^3",
1212
"doctrine/doctrine-bundle": "^2.12",
1313
"doctrine/doctrine-migrations-bundle": "^3.3",
@@ -78,5 +78,11 @@
7878
"allow-contrib": false,
7979
"require": "7.1.*"
8080
}
81-
}
81+
},
82+
"repositories": [
83+
{
84+
"type": "vcs",
85+
"url": "https://github.com/ttskch/api-platform-core"
86+
}
87+
]
8288
}

‎composer.lock

+67-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.