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 1b37f6f commit e44841dCopy full SHA for e44841d
composer.json
@@ -16,7 +16,7 @@
16
"php": "^7.4 || ^8.0",
17
"ext-json": "*",
18
"ext-xmlwriter": "*",
19
- "ibexa/core": "~4.6.0@dev",
+ "ibexa/core": "~4.6.0",
20
"netgen/query-translator": "^1.0.2",
21
"symfony/http-kernel": "^5.0",
22
"symfony/dependency-injection": "^5.0",
@@ -28,7 +28,7 @@
28
"require-dev": {
29
"symfony/proxy-manager-bridge": "^5.4",
30
"symfony/phpunit-bridge": "^5.4",
31
- "ibexa/doctrine-schema": "~4.6.0@dev",
+ "ibexa/doctrine-schema": "~4.6.0",
32
"phpunit/phpunit": "^8.2",
33
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
34
"ibexa/code-style": "^1.0",
@@ -76,4 +76,4 @@
76
"config": {
77
"allow-plugins": false
78
}
79
-}
+}
0 commit comments