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 111d66d commit 9d8612aCopy full SHA for 9d8612a
composer.json
@@ -18,7 +18,7 @@
18
],
19
"require": {
20
"php": " >=8.3",
21
- "ibexa/core": "~5.0.x-dev",
+ "ibexa/core": "~5.0",
22
"symfony/asset": "^7.3",
23
"symfony/config": "^7.3",
24
"symfony/dependency-injection": "^7.3",
@@ -31,8 +31,8 @@
31
},
32
"require-dev": {
33
"ibexa/code-style": "~2.0.0",
34
- "ibexa/doctrine-schema": "~5.0.x-dev",
35
- "ibexa/rector": "~5.0.x-dev",
+ "ibexa/doctrine-schema": "~5.0",
+ "ibexa/rector": "~5.0",
36
"mikey179/vfsstream": "^1.6",
37
"phpstan/phpstan": "^2.0",
38
"phpstan/phpstan-phpunit": "^2.0",
@@ -70,4 +70,4 @@
70
"allow-plugins": false,
71
"sort-packages": true
72
}
73
-}
+}
0 commit comments