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