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 4e14e1a commit 7d43954
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"require-dev": {
"symfony/var-dumper": "^5.0",
"ibexa/code-style": "^1.0",
"ibexa/design-engine": "~4.2.0@dev",
"ibexa/core": "~4.2.0@dev",
"ibexa/doctrine-schema": "~4.2.0@dev",
"ibexa/design-engine": "~4.3.0@dev",
"ibexa/core": "~4.3.0@dev",
"ibexa/doctrine-schema": "~4.3.0@dev",
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
"phpunit/phpunit": "^9.5.10",
"phpstan/phpstan": "^0.12.99"
Expand All @@ -48,7 +48,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "4.2.x-dev"
"dev-main": "4.3.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 7d43954

Please sign in to comment.