Skip to content

Commit ce4e97f

Browse files
committed
fix(hal): rename package
1 parent 25a4852 commit ce4e97f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/Hal/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "api-platform/json-hal",
2+
"name": "api-platform/hal",
33
"description": "API Hal support",
44
"type": "library",
55
"keywords": [

src/Laravel/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"api-platform/documentation": "^4.1.11",
3232
"api-platform/hydra": "^4.1.11",
3333
"api-platform/json-api": "^4.1.11",
34-
"api-platform/json-hal": "^4.1.11",
34+
"api-platform/hal": "^4.2.0-beta.1",
3535
"api-platform/json-schema": "^4.1.11",
3636
"api-platform/jsonld": "^4.1.11",
3737
"api-platform/metadata": "^4.1.11",

src/Symfony/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"api-platform/doctrine-odm": "To support MongoDB. Only versions 4.0 and later are supported.",
7070
"api-platform/elasticsearch": "To support Elasticsearch.",
7171
"api-platform/graphql": "To support GraphQL.",
72+
"api-platform/hal": "to support the HAL format",
7273
"api-platform/ramsey-uuid": "To support Ramsey's UUID identifiers.",
7374
"ocramius/package-versions": "To display the API Platform's version in the debug bar.",
7475
"phpstan/phpdoc-parser": "To support extracting metadata from PHPDoc.",

0 commit comments

Comments
 (0)