We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3d027 commit b718476Copy full SHA for b718476
composer.json
@@ -27,7 +27,7 @@
27
},
28
"require": {
29
"php": "^7.4 || ^8.0",
30
- "ibexa/core": "~4.6.x-dev",
+ "ibexa/core": "~4.6",
31
"symfony/dependency-injection": "^5.0",
32
"symfony/http-kernel": "^5.0",
33
"symfony/http-foundation": "^5.0",
@@ -41,7 +41,7 @@
41
"phpunit/phpunit": "^9.6",
42
"friendsofphp/php-cs-fixer": "^3.0",
43
"ibexa/code-style": "^1.0",
44
- "ibexa/doctrine-schema": "~4.6.x-dev",
+ "ibexa/doctrine-schema": "~4.6",
45
"phpstan/phpstan": "^1.10",
46
"phpstan/phpstan-phpunit": "^1.3",
47
"phpstan/phpstan-symfony": "^1.3",
@@ -61,4 +61,4 @@
61
"config": {
62
"allow-plugins": false
63
}
64
-}
+}
0 commit comments