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 1dba635 commit 32a43ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"symfony/console": "^5.0",
"symfony/config": "^5.0",
"symfony/process": "^5.0",
"ibexa/core": "~4.2.0@dev"
"ibexa/core": "~4.3.0@dev"
},
"require-dev": {
"ibexa/code-style": "^1.0",
"ibexa/doctrine-schema": "~4.2.0@dev",
"ibexa/doctrine-schema": "~4.3.0@dev",
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": "^6.4 || ^7.0"
},
Expand All @@ -43,7 +43,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "4.2.x-dev"
"dev-main": "4.3.x-dev"
}
}
}

0 comments on commit 32a43ed

Please sign in to comment.