Skip to content

Commit

Permalink
Set up main to be the future 4.1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Mar 22, 2022
1 parent c5178a5 commit 3e992bf
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 @@ -15,7 +15,7 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ibexa/core": "~4.0.0@dev",
"ibexa/core": "~4.1.0@dev",
"netgen/query-translator": "^1.0.2",
"symfony/http-kernel": "^5.0",
"symfony/dependency-injection": "^5.0",
Expand All @@ -25,7 +25,7 @@
},
"require-dev": {
"symfony/proxy-manager-bridge": "^5.4",
"ibexa/doctrine-schema": "~4.0.0@dev",
"ibexa/doctrine-schema": "~4.1.0@dev",
"phpunit/phpunit": "^8.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"ibexa/code-style": "^1.0"
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "4.0.x-dev"
"dev-main": "4.1.x-dev"
}
}
}

0 comments on commit 3e992bf

Please sign in to comment.