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 7fccfd2 commit a30a84aCopy full SHA for a30a84a
composer.json
@@ -7,7 +7,7 @@
7
],
8
"require": {
9
"php": "^7.4 || ^8.0",
10
- "ibexa/core": "~4.6.x-dev",
+ "ibexa/core": "~4.6",
11
"symfony/config": "^5.4",
12
"symfony/dependency-injection": "^5.4",
13
"symfony/event-dispatcher": "^5.4",
@@ -19,7 +19,7 @@
19
"require-dev": {
20
"phpunit/phpunit": "^9",
21
"ibexa/code-style": "^1.1",
22
- "ibexa/doctrine-schema": "~4.6.x-dev",
+ "ibexa/doctrine-schema": "~4.6",
23
"phpstan/phpstan": "^2.0",
24
"phpstan/phpstan-phpunit": "^2.0",
25
"phpstan/phpstan-symfony": "^2.0",
@@ -61,4 +61,4 @@
61
"config": {
62
"allow-plugins": false
63
}
64
-}
+}
0 commit comments