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 4510b1c commit e5dc647
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 @@ -18,7 +18,7 @@
],
"require": {
"php": "^7.4 || ^8.0",
"ibexa/core": "~4.6.0@dev",
"ibexa/core": "~5.0.0@dev",
"twig/twig": "^3.0",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
Expand All @@ -31,7 +31,7 @@
},
"require-dev": {
"ibexa/code-style": "^1.0",
"ibexa/doctrine-schema": "~4.6.0@dev",
"ibexa/doctrine-schema": "~5.0.0@dev",
"phpunit/phpunit": "^8.1",
"friendsofphp/php-cs-fixer": "^3.0",
"mikey179/vfsstream": "^1.6"
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "4.6.x-dev"
"dev-main": "5.0.x-dev"
}
},
"conflict": {
Expand Down

0 comments on commit e5dc647

Please sign in to comment.