Skip to content

Commit 19ca0a7

Browse files
committed
[composer] Set dependencies for 4.6.19 release.
1 parent ec62978 commit 19ca0a7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"require": {
1010
"php": "^7.4 || ^8.0",
1111
"ext-json": "*",
12-
"ibexa/admin-ui": "~4.6.0@dev",
13-
"ibexa/content-forms": "~4.6.0@dev",
14-
"ibexa/graphql": "~4.6.0@dev",
15-
"ibexa/rest": "~4.6.0@dev",
16-
"ibexa/core": "~4.6.0@dev",
12+
"ibexa/admin-ui": "~4.6.0",
13+
"ibexa/content-forms": "~4.6.0",
14+
"ibexa/graphql": "~4.6.0",
15+
"ibexa/rest": "~4.6.0",
16+
"ibexa/core": "~4.6.0",
1717
"symfony/dependency-injection": "^5.0",
1818
"symfony/expression-language": "^5.0",
1919
"symfony/event-dispatcher": "^5.0",
@@ -38,13 +38,13 @@
3838
}
3939
},
4040
"require-dev": {
41-
"ibexa/doctrine-schema": "~4.6.0@dev",
42-
"ibexa/design-engine": "~4.6.0@dev",
43-
"ibexa/fieldtype-richtext": "~4.6.0@dev",
44-
"ibexa/phpstan": "~4.6.0@dev",
45-
"ibexa/search": "~4.6.0@dev",
46-
"ibexa/user": "~4.6.0@dev",
47-
"ibexa/http-cache": "~4.6.0@dev",
41+
"ibexa/doctrine-schema": "~4.6.0",
42+
"ibexa/design-engine": "~4.6.0",
43+
"ibexa/fieldtype-richtext": "~4.6.0",
44+
"ibexa/phpstan": "~4.6.0",
45+
"ibexa/search": "~4.6.0",
46+
"ibexa/user": "~4.6.0",
47+
"ibexa/http-cache": "~4.6.0",
4848
"phpspec/phpspec": "^7.1",
4949
"ibexa/code-style": "^1.0",
5050
"friendsofphp/php-cs-fixer": "^3.0",
@@ -67,4 +67,4 @@
6767
"sort-packages": true,
6868
"allow-plugins": false
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)