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 29df9ba commit 423ad99Copy full SHA for 423ad99
composer.json
@@ -16,7 +16,7 @@
16
"php": ">=8.3",
17
"ext-json": "*",
18
"ext-xmlwriter": "*",
19
- "ibexa/core": "~5.0.x-dev",
+ "ibexa/core": "~5.0",
20
"netgen/query-translator": "^1.0.2",
21
"symfony/config": "^7.3",
22
"symfony/console": "^7.3",
@@ -27,8 +27,8 @@
27
},
28
"require-dev": {
29
"ibexa/code-style": "~2.0.0",
30
- "ibexa/doctrine-schema": "~5.0.x-dev",
31
- "ibexa/rector": "~5.0.x-dev",
+ "ibexa/doctrine-schema": "~5.0",
+ "ibexa/rector": "~5.0",
32
"matthiasnoback/symfony-dependency-injection-test": "^5.0",
33
"phpstan/phpstan": "^2.0",
34
"phpstan/phpstan-phpunit": "^2.0",
@@ -72,4 +72,4 @@
72
"allow-plugins": false,
73
"sort-packages": true
74
}
75
-}
+}
0 commit comments