Skip to content

Commit

Permalink
Set up main branch to become 4.3 in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Sep 19, 2022
1 parent 743e70c commit 4dfce37
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.2.0@dev",
"ibexa/admin-ui": "~4.2.0@dev",
"ibexa/rest": "~4.2.0@dev",
"ibexa/fieldtype-richtext": "~4.2.0@dev",
"ibexa/core": "~4.3.0@dev",
"ibexa/admin-ui": "~4.3.0@dev",
"ibexa/rest": "~4.3.0@dev",
"ibexa/fieldtype-richtext": "~4.3.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.2.0@dev",
"ibexa/content-forms": "~4.2.0@dev",
"ibexa/design-engine": "~4.2.0@dev",
"ibexa/user": "~4.2.0@dev",
"ibexa/search": "~4.2.0@dev",
"ibexa/http-cache": "~4.2.0@dev",
"ibexa/doctrine-schema": "~4.3.0@dev",
"ibexa/content-forms": "~4.3.0@dev",
"ibexa/design-engine": "~4.3.0@dev",
"ibexa/user": "~4.3.0@dev",
"ibexa/search": "~4.3.0@dev",
"ibexa/http-cache": "~4.3.0@dev",
"overblog/graphiql-bundle": "^0.2",
"phpspec/phpspec": "^7.1",
"friendsofphp/php-cs-fixer": "^3.0",
Expand All @@ -65,7 +65,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "4.2.x-dev"
"dev-main": "4.3.x-dev"
}
},
"scripts": {
Expand Down

0 comments on commit 4dfce37

Please sign in to comment.