Skip to content

Commit

Permalink
Set up branch to become 5.0 in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
ibexa-yuna committed Mar 14, 2024
1 parent fe45331 commit ecbd789
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-dom": "*",
"ibexa/core": "~4.6.0@dev",
"ibexa/admin-ui": "~4.6.0@dev",
"ibexa/rest": "~4.6.0@dev",
"ibexa/fieldtype-richtext": "~4.6.0@dev",
"ibexa/core": "~5.0.0@dev",
"ibexa/admin-ui": "~5.0.0@dev",
"ibexa/rest": "~5.0.0@dev",
"ibexa/fieldtype-richtext": "~5.0.0@dev",
"lexik/jwt-authentication-bundle": "^2.8",
"overblog/graphql-bundle": "^0.14.2",
"erusev/parsedown": "^1.7",
Expand All @@ -33,12 +33,12 @@
"symfony/serializer": "^5.0"
},
"require-dev": {
"ibexa/doctrine-schema": "~4.6.0@dev",
"ibexa/content-forms": "~4.6.0@dev",
"ibexa/design-engine": "~4.6.0@dev",
"ibexa/user": "~4.6.0@dev",
"ibexa/search": "~4.6.0@dev",
"ibexa/http-cache": "~4.6.0@dev",
"ibexa/doctrine-schema": "~5.0.0@dev",
"ibexa/content-forms": "~5.0.0@dev",
"ibexa/design-engine": "~5.0.0@dev",
"ibexa/user": "~5.0.0@dev",
"ibexa/search": "~5.0.0@dev",
"ibexa/http-cache": "~5.0.0@dev",
"overblog/graphiql-bundle": "^0.2",
"phpspec/phpspec": "^7.1",
"ibexa/code-style": "~1.2.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "4.6.x-dev"
"dev-main": "5.0.x-dev"
}
},
"config": {
Expand Down

0 comments on commit ecbd789

Please sign in to comment.