Skip to content

Commit 5623f2f

Browse files
author
runner
committed
[composer] Set dependencies for 5.0.0-beta1 release.
1 parent 57980ca commit 5623f2f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"require": {
1010
"php": " >=8.3",
1111
"ext-json": "*",
12-
"ibexa/core": "~5.0.x-dev",
12+
"ibexa/core": "~5.0@beta",
1313
"jms/translation-bundle": "^2.4",
1414
"symfony/config": "^7.2",
1515
"symfony/dependency-injection": "^7.2",
@@ -26,14 +26,14 @@
2626
},
2727
"require-dev": {
2828
"behat/behat": "^3.5",
29-
"ibexa/behat": "~5.0.x-dev",
29+
"ibexa/behat": "~5.0@beta",
3030
"ibexa/code-style": "~2.0.0",
31-
"ibexa/doctrine-schema": "~5.0.x-dev",
32-
"ibexa/http-cache": "~5.0.x-dev",
33-
"ibexa/notifications": "~5.0.x-dev",
34-
"ibexa/rector": "~5.0.x-dev",
35-
"ibexa/rest": "~5.0.x-dev",
36-
"ibexa/test-core": "~5.0.x-dev",
31+
"ibexa/doctrine-schema": "~5.0@beta",
32+
"ibexa/http-cache": "~5.0@beta",
33+
"ibexa/notifications": "~5.0@beta",
34+
"ibexa/rector": "~5.0@beta",
35+
"ibexa/rest": "~5.0@beta",
36+
"ibexa/test-core": "~5.0@beta",
3737
"matthiasnoback/symfony-dependency-injection-test": "^5.0",
3838
"phpunit/phpunit": "^9.6",
3939
"phpstan/phpstan": "^2.1",
@@ -72,4 +72,4 @@
7272
"test": "phpunit -c phpunit.xml.dist",
7373
"test-integration": "phpunit -c phpunit.integration.xml.dist"
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)