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 584b9e5 commit 65e2993Copy full SHA for 65e2993
composer.json
@@ -18,7 +18,7 @@
18
],
19
"require": {
20
"php": "^7.4 || ^8.0",
21
- "ibexa/core": "~4.6.0@dev",
+ "ibexa/core": "~4.6.0",
22
"twig/twig": "^3.0",
23
"symfony/dependency-injection": "^5.0",
24
"symfony/http-kernel": "^5.0",
@@ -31,7 +31,7 @@
31
},
32
"require-dev": {
33
"ibexa/code-style": "^1.0",
34
- "ibexa/doctrine-schema": "~4.6.0@dev",
+ "ibexa/doctrine-schema": "~4.6.0",
35
"phpunit/phpunit": "^8.1",
36
"friendsofphp/php-cs-fixer": "^3.0",
37
"mikey179/vfsstream": "^1.6"
@@ -71,4 +71,4 @@
71
"composer/package-versions-deprecated": true
72
}
73
74
-}
+}
0 commit comments