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 8875de9 commit 584b9e5Copy full SHA for 584b9e5
composer.json
@@ -18,7 +18,7 @@
18
],
19
"require": {
20
"php": "^7.4 || ^8.0",
21
- "ibexa/core": "~4.5.0@dev",
+ "ibexa/core": "~4.6.0@dev",
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.5.0@dev",
+ "ibexa/doctrine-schema": "~4.6.0@dev",
35
"phpunit/phpunit": "^8.1",
36
"friendsofphp/php-cs-fixer": "^3.0",
37
"mikey179/vfsstream": "^1.6"
@@ -60,7 +60,7 @@
60
61
"extra": {
62
"branch-alias": {
63
- "dev-main": "4.5.x-dev"
+ "dev-main": "4.6.x-dev"
64
}
65
66
"conflict": {
0 commit comments