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 9cca895 commit 31b3359Copy full SHA for 31b3359
composer.json
@@ -7,7 +7,7 @@
7
],
8
"require": {
9
"php": " >=8.3",
10
- "ibexa/core": "~5.0.x-dev",
+ "ibexa/core": "~5.0",
11
"symfony/config": "^7.3",
12
"symfony/dependency-injection": "^7.3",
13
"symfony/event-dispatcher": "^7.3",
@@ -21,8 +21,8 @@
21
},
22
"require-dev": {
23
"ibexa/code-style": "~2.0.0",
24
- "ibexa/doctrine-schema": "~5.0.x-dev",
25
- "ibexa/rector": "~5.0.x-dev",
+ "ibexa/doctrine-schema": "~5.0",
+ "ibexa/rector": "~5.0",
26
"phpstan/phpstan": "^2.0",
27
"phpstan/phpstan-phpunit": "^2.0",
28
"phpstan/phpstan-symfony": "^2.0",
@@ -66,4 +66,4 @@
66
"allow-plugins": false,
67
"sort-packages": true
68
}
69
-}
+}
0 commit comments