Skip to content

Commit 4f87d89

Browse files
author
runner
committed
[composer] Set dependencies for 5.0.0-beta1 release.
1 parent 74e2f91 commit 4f87d89

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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": "~5.0@beta",
21+
"ibexa/core": "~5.0@beta",
22+
"ibexa/fieldtype-richtext": "~5.0@beta",
23+
"ibexa/rest": "~5.0@beta",
2424
"lexik/jwt-authentication-bundle": "^2.8",
2525
"overblog/graphql-bundle": "^1.6.0",
2626
"symfony/config": "^7.2",
@@ -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": "~5.0@beta",
38+
"ibexa/design-engine": "~5.0@beta",
39+
"ibexa/doctrine-schema": "~5.0@beta",
40+
"ibexa/http-cache": "~5.0@beta",
41+
"ibexa/notifications": "~5.0@beta",
42+
"ibexa/rector": "~5.0@beta",
43+
"ibexa/search": "~5.0@beta",
44+
"ibexa/twig-components": "~5.0@beta",
45+
"ibexa/user": "~5.0@beta",
4646
"mikey179/vfsstream": "^1.6",
4747
"overblog/graphiql-bundle": "^1.0",
4848
"phpspec/phpspec": "^7.1",
@@ -82,4 +82,4 @@
8282
"test": "phpspec run --format=pretty",
8383
"phpstan": "phpstan analyse"
8484
}
85-
}
85+
}

0 commit comments

Comments
 (0)