Skip to content

Commit dd75871

Browse files
author
runner
committed
[composer] Set dependencies for 4.6.21 release.
1 parent 07aac3b commit dd75871

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

composer.json

Lines changed: 14 additions & 14 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,14 +38,14 @@
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",
48-
"ibexa/twig-components": "~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",
48+
"ibexa/twig-components": "~4.6.0",
4949
"phpspec/phpspec": "^7.1",
5050
"ibexa/code-style": "^1.0",
5151
"friendsofphp/php-cs-fixer": "^3.0",
@@ -68,4 +68,4 @@
6868
"sort-packages": true,
6969
"allow-plugins": false
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)