Skip to content

Commit

Permalink
Set up main branch to become 4.6 in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed May 19, 2023
1 parent a6d4c4c commit 415b395
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 @@ -14,8 +14,8 @@
],
"require": {
"php": "^7.4 || ^8.0",
"ibexa/core": "~4.5.x-dev",
"ibexa/rest": "~4.5.0@dev",
"ibexa/core": "~4.6.x-dev",
"ibexa/rest": "~4.6.0@dev",
"friendsofsymfony/http-cache-bundle": "^2.8",
"friendsofsymfony/http-cache": "^2.9",
"symfony/http-foundation": "^5.0",
Expand All @@ -31,7 +31,7 @@
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "~4.5.0@dev",
"ibexa/doctrine-schema": "~4.6.0@dev",
"phpunit/phpunit": "^8.5",
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
"phpspec/phpspec": "^7.1",
Expand Down Expand Up @@ -71,7 +71,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "4.5.x-dev"
"dev-main": "4.6.x-dev"
}
}
}

0 comments on commit 415b395

Please sign in to comment.