Skip to content

Commit 99bd863

Browse files
committed
Set up main branch to become 6.0 in the future
1 parent 858692a commit 99bd863

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"php": " >=8.3",
1818
"ext-dom": "*",
1919
"erusev/parsedown": "^1.7",
20-
"ibexa/admin-ui": "~5.0.x-dev",
21-
"ibexa/core": "~5.0.x-dev",
22-
"ibexa/fieldtype-richtext": "~5.0.x-dev",
23-
"ibexa/rest": "~5.0.x-dev",
20+
"ibexa/admin-ui": "~6.0.x-dev",
21+
"ibexa/core": "~6.0.x-dev",
22+
"ibexa/fieldtype-richtext": "~6.0.x-dev",
23+
"ibexa/rest": "~6.0.x-dev",
2424
"lexik/jwt-authentication-bundle": "^2.8",
2525
"overblog/graphql-bundle": "^1.6.0",
2626
"symfony/config": "^7.4",
@@ -34,15 +34,15 @@
3434
},
3535
"require-dev": {
3636
"ibexa/code-style": "~2.0.0",
37-
"ibexa/content-forms": "~5.0.x-dev",
38-
"ibexa/design-engine": "~5.0.x-dev",
39-
"ibexa/doctrine-schema": "~5.0.x-dev",
40-
"ibexa/http-cache": "~5.0.x-dev",
41-
"ibexa/notifications": "~5.0.x-dev",
42-
"ibexa/rector": "~5.0.x-dev",
43-
"ibexa/search": "~5.0.x-dev",
44-
"ibexa/twig-components": "~5.0.x-dev",
45-
"ibexa/user": "~5.0.x-dev",
37+
"ibexa/content-forms": "~6.0.x-dev",
38+
"ibexa/design-engine": "~6.0.x-dev",
39+
"ibexa/doctrine-schema": "~6.0.x-dev",
40+
"ibexa/http-cache": "~6.0.x-dev",
41+
"ibexa/notifications": "~6.0.x-dev",
42+
"ibexa/rector": "~6.0.x-dev",
43+
"ibexa/search": "~6.0.x-dev",
44+
"ibexa/twig-components": "~6.0.x-dev",
45+
"ibexa/user": "~6.0.x-dev",
4646
"mikey179/vfsstream": "^1.6",
4747
"overblog/graphiql-bundle": "^1.0",
4848
"phpspec/phpspec": "^7.1 || ^8.0",
@@ -69,7 +69,7 @@
6969
},
7070
"extra": {
7171
"branch-alias": {
72-
"dev-main": "5.0.x-dev"
72+
"dev-main": "6.0.x-dev"
7373
}
7474
},
7575
"config": {

0 commit comments

Comments
 (0)