We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc842c commit 232b40aCopy full SHA for 232b40a
1 file changed
composer.json
@@ -16,8 +16,8 @@
16
"php": " >=8.3",
17
"friendsofsymfony/http-cache": "^3.1",
18
"friendsofsymfony/http-cache-bundle": "^3.1.2",
19
- "ibexa/core": "~5.0.x-dev",
20
- "ibexa/rest": "~5.0.x-dev",
+ "ibexa/core": "~5.0",
+ "ibexa/rest": "~5.0",
21
"php-http/curl-client": "^2.1",
22
"psr/http-client": "^1.0",
23
"symfony/config": "^7.3",
@@ -32,8 +32,8 @@
32
"require-dev": {
33
"guzzlehttp/psr7": "^2.7",
34
"ibexa/code-style": "~2.0.0",
35
- "ibexa/doctrine-schema": "~5.0.x-dev",
36
- "ibexa/rector": "~5.0.x-dev",
+ "ibexa/doctrine-schema": "~5.0",
+ "ibexa/rector": "~5.0",
37
"matthiasnoback/symfony-dependency-injection-test": "^5.0",
38
"phpspec/phpspec": "^7.1",
39
"phpstan/phpstan": "^2.0",
@@ -75,4 +75,4 @@
75
"sort-packages": true,
76
"allow-plugins": false
77
}
78
-}
+}
0 commit comments