We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731e7fd commit 763786eCopy full SHA for 763786e
composer.json
@@ -7,8 +7,8 @@
7
],
8
"require": {
9
"php": " >=8.3",
10
- "ibexa/core": "~5.0.x-dev",
11
- "ibexa/doctrine-schema": "~5.0.x-dev",
+ "ibexa/core": "~5.0@rc",
+ "ibexa/doctrine-schema": "~5.0@rc",
12
"symfony/config": "^7.2",
13
"symfony/dependency-injection": "^7.2",
14
"symfony/event-dispatcher": "^7.2",
@@ -19,8 +19,8 @@
19
"require-dev": {
20
"dama/doctrine-test-bundle": "^8.2",
21
"ibexa/code-style": "~2.0.0",
22
- "ibexa/rector": "~5.0.x-dev",
23
- "ibexa/test-core": "5.0.x-dev",
+ "ibexa/rector": "~5.0@rc",
+ "ibexa/test-core": "5.0@rc",
24
"phpstan/phpstan": "^2.0",
25
"phpstan/phpstan-phpunit": "^2.0",
26
"phpunit/phpunit": "^9.0",
@@ -62,4 +62,4 @@
62
"allow-plugins": false,
63
"sort-packages": true
64
}
65
-}
+}
0 commit comments