Skip to content

Commit dc2bd6f

Browse files
author
runner
committed
[composer] Set dependencies for 5.0.0-beta1 release.
1 parent d4fe894 commit dc2bd6f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

composer.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"php": " >=8.3",
2525
"ext-json": "*",
2626
"babdev/pagerfanta-bundle": "^4.5",
27-
"ibexa/content-forms": "~5.0.x-dev",
28-
"ibexa/core": "~5.0.x-dev",
29-
"ibexa/design-engine": "~5.0.x-dev",
27+
"ibexa/content-forms": "~5.0@beta",
28+
"ibexa/core": "~5.0@beta",
29+
"ibexa/design-engine": "~5.0@beta",
3030
"ibexa/polyfill-php82": "^1.0",
31-
"ibexa/rest": "~5.0.x-dev",
32-
"ibexa/search": "~5.0.x-dev",
33-
"ibexa/twig-components": "~5.0.x-dev",
34-
"ibexa/user": "~5.0.x-dev",
31+
"ibexa/rest": "~5.0@beta",
32+
"ibexa/search": "~5.0@beta",
33+
"ibexa/twig-components": "~5.0@beta",
34+
"ibexa/user": "~5.0@beta",
3535
"jms/translation-bundle": "^2.4",
3636
"knplabs/knp-menu-bundle": "^3.0",
3737
"mck89/peast": "^1.9",
@@ -61,14 +61,14 @@
6161
"require-dev": {
6262
"ext-zip": "*",
6363
"dama/doctrine-test-bundle": "^8.2",
64-
"ibexa/behat": "~5.0.x-dev",
64+
"ibexa/behat": "~5.0@beta",
6565
"ibexa/code-style": "~2.0.0",
66-
"ibexa/doctrine-schema": "~5.0.x-dev",
67-
"ibexa/http-cache": "~5.0.x-dev",
68-
"ibexa/notifications": "~5.0.x-dev",
69-
"ibexa/rector": "~5.0.x-dev",
70-
"ibexa/test-core": "~5.0.x-dev",
71-
"ibexa/test-rest": "~5.0.x-dev",
66+
"ibexa/doctrine-schema": "~5.0@beta",
67+
"ibexa/http-cache": "~5.0@beta",
68+
"ibexa/notifications": "~5.0@beta",
69+
"ibexa/rector": "~5.0@beta",
70+
"ibexa/test-core": "~5.0@beta",
71+
"ibexa/test-rest": "~5.0@beta",
7272
"matthiasnoback/symfony-dependency-injection-test": "^5.0",
7373
"phpstan/phpstan": "^2.0",
7474
"phpstan/phpstan-phpunit": "^2.0",
@@ -97,4 +97,4 @@
9797
"dev-main": "5.0.x-dev"
9898
}
9999
}
100-
}
100+
}

0 commit comments

Comments
 (0)