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 6abfae9 commit c1d8a37Copy full SHA for c1d8a37
composer.json
@@ -8,14 +8,14 @@
8
},
9
"require": {
10
"php": " >=8.3",
11
- "ibexa/core": "~5.0.x-dev",
12
- "ibexa/design-engine": "~5.0.x-dev",
+ "ibexa/core": "~5.0",
+ "ibexa/design-engine": "~5.0",
13
"symfony/http-kernel": "^7.3"
14
15
"require-dev": {
16
"ibexa/code-style": "~2.0.0",
17
- "ibexa/doctrine-schema": "~5.0.x-dev",
18
- "ibexa/rector": "~5.0.x-dev",
+ "ibexa/doctrine-schema": "~5.0",
+ "ibexa/rector": "~5.0",
19
"matthiasnoback/symfony-dependency-injection-test": "^5.0",
20
"phpunit/phpunit": "^9.6"
21
@@ -46,4 +46,4 @@
46
"allow-plugins": false,
47
"sort-packages": true
48
}
49
-}
+}
0 commit comments