Skip to content

Commit 763786e

Browse files
author
runner
committed
[composer] Set dependencies for 5.0.0-rc1 release.
1 parent 731e7fd commit 763786e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
],
88
"require": {
99
"php": " >=8.3",
10-
"ibexa/core": "~5.0.x-dev",
11-
"ibexa/doctrine-schema": "~5.0.x-dev",
10+
"ibexa/core": "~5.0@rc",
11+
"ibexa/doctrine-schema": "~5.0@rc",
1212
"symfony/config": "^7.2",
1313
"symfony/dependency-injection": "^7.2",
1414
"symfony/event-dispatcher": "^7.2",
@@ -19,8 +19,8 @@
1919
"require-dev": {
2020
"dama/doctrine-test-bundle": "^8.2",
2121
"ibexa/code-style": "~2.0.0",
22-
"ibexa/rector": "~5.0.x-dev",
23-
"ibexa/test-core": "5.0.x-dev",
22+
"ibexa/rector": "~5.0@rc",
23+
"ibexa/test-core": "5.0@rc",
2424
"phpstan/phpstan": "^2.0",
2525
"phpstan/phpstan-phpunit": "^2.0",
2626
"phpunit/phpunit": "^9.0",
@@ -62,4 +62,4 @@
6262
"allow-plugins": false,
6363
"sort-packages": true
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)