Skip to content

Commit 3b5be6f

Browse files
committed
Set up main branch to become 6.0 in the future
1 parent c4a4078 commit 3b5be6f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"php": " >=8.3",
1717
"friendsofsymfony/http-cache": "^3.1",
1818
"friendsofsymfony/http-cache-bundle": "^3.1.2",
19-
"ibexa/core": "~5.0.x-dev",
20-
"ibexa/rest": "~5.0.x-dev",
19+
"ibexa/core": "~6.0.x-dev",
20+
"ibexa/rest": "~6.0.x-dev",
2121
"php-http/curl-client": "^2.1",
2222
"psr/http-client": "^1.0",
2323
"symfony/config": "^7.4",
@@ -32,8 +32,8 @@
3232
"require-dev": {
3333
"guzzlehttp/psr7": "^2.7",
3434
"ibexa/code-style": "~2.0.0",
35-
"ibexa/doctrine-schema": "~5.0.x-dev",
36-
"ibexa/rector": "~5.0.x-dev",
35+
"ibexa/doctrine-schema": "~6.0.x-dev",
36+
"ibexa/rector": "~6.0.x-dev",
3737
"matthiasnoback/symfony-dependency-injection-test": "^5.0",
3838
"phpspec/phpspec": "^7.1 || ^8.0",
3939
"phpstan/phpstan": "^2.0",
@@ -68,7 +68,7 @@
6868
},
6969
"extra": {
7070
"branch-alias": {
71-
"dev-main": "5.0.x-dev"
71+
"dev-main": "6.0.x-dev"
7272
}
7373
},
7474
"config": {

0 commit comments

Comments
 (0)