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 c4aa724 commit f24d05b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"require": {
"php": "^7.4 || ^8.0",
"ibexa/core": "~4.6.0@dev",
"ibexa/content-forms": "~4.6.0@dev",
"ibexa/notifications": "~4.6.0@dev",
"ibexa/core": "~5.0.0@dev",
"ibexa/content-forms": "~5.0.0@dev",
"ibexa/notifications": "~5.0.0@dev",
"jms/translation-bundle": "^1.5",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
Expand All @@ -48,12 +48,12 @@
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "~4.6.0@dev",
"ibexa/search": "~4.6.0@dev",
"ibexa/design-engine": "~4.6.0@dev",
"ibexa/http-cache": "~4.6.0@dev",
"ibexa/fieldtype-richtext": "~4.6.0@dev",
"ibexa/rest": "~4.6.0@dev",
"ibexa/doctrine-schema": "~5.0.0@dev",
"ibexa/search": "~5.0.0@dev",
"ibexa/design-engine": "~5.0.0@dev",
"ibexa/http-cache": "~5.0.0@dev",
"ibexa/fieldtype-richtext": "~5.0.0@dev",
"ibexa/rest": "~5.0.0@dev",
"symfony/proxy-manager-bridge": "^5.0",
"friendsofphp/php-cs-fixer": "^3.0",
"ibexa/code-style": "^1.0",
Expand All @@ -68,7 +68,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "4.6.x-dev"
"dev-main": "5.0.x-dev"
}
},
"config": {
Expand Down

0 comments on commit f24d05b

Please sign in to comment.