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 8a06217 commit ea55802Copy full SHA for ea55802
composer.json
@@ -14,8 +14,8 @@
14
],
15
"require": {
16
"php": "^7.4 || ^8.0",
17
- "ibexa/core": "~4.6.x-dev",
18
- "ibexa/rest": "~4.6.0@dev",
+ "ibexa/core": "~4.6",
+ "ibexa/rest": "~4.6.0",
19
"friendsofsymfony/http-cache-bundle": "^2.8",
20
"friendsofsymfony/http-cache": "^2.9",
21
"symfony/http-foundation": "^5.0",
@@ -30,8 +30,8 @@
30
"toflar/psr6-symfony-http-cache-store": "^2.2 || ^3.0"
31
},
32
"require-dev": {
33
- "ibexa/ci-scripts": "^0.2@dev",
34
- "ibexa/doctrine-schema": "~4.6.0@dev",
+ "ibexa/ci-scripts": "^0.2",
+ "ibexa/doctrine-schema": "~4.6.0",
35
"phpunit/phpunit": "^8.5",
36
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
37
"phpspec/phpspec": "^7.1",
@@ -69,4 +69,4 @@
69
"dev-main": "4.6.x-dev"
70
}
71
72
-}
+}
0 commit comments