Skip to content

Commit

Permalink
vcs
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Jul 3, 2024
1 parent a6345fc commit ae550d9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-xmlwriter": "*",
"api-platform/core": "3.3.x-dev",
"api-platform/core": "dev-downgraded-deps",
"hautelook/templated-uri-bundle": "^3.4",
"ibexa/core": "~5.0.x-dev",
"lexik/jwt-authentication-bundle": "^2.8",
Expand Down Expand Up @@ -79,13 +79,14 @@
"extra": {
"branch-alias": {
"dev-main": "5.0.x-dev",
"dev-IBX-8335-full-api-platform": "5.0.x-dev"
"dev-IBX-8335-full-api-platform": "5.0.x-dev",
"dev-IBX-8335-full-api-platform-vcs": "5.0.x-dev"
}
},
"repositories": {
"api-platform/core": {
"type": "path",
"url": "~/Sites/openapi-forks/core"
"type": "vcs",
"url": "https://github.com/tischsoic/core"
}
},
"minimum-stability": "dev"
Expand Down

0 comments on commit ae550d9

Please sign in to comment.