Skip to content

Commit 97a924b

Browse files
author
runner
committed
[composer] Set dependencies for 4.6.1 release.
1 parent d5b6525 commit 97a924b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

Lines changed: 12 additions & 12 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,12 +38,12 @@
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/search": "~4.6.0@dev",
45-
"ibexa/user": "~4.6.0@dev",
46-
"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/search": "~4.6.0",
45+
"ibexa/user": "~4.6.0",
46+
"ibexa/http-cache": "~4.6.0",
4747
"phpspec/phpspec": "^7.1",
4848
"ibexa/code-style": "^1.0",
4949
"friendsofphp/php-cs-fixer": "^3.0"
@@ -63,4 +63,4 @@
6363
"composer/package-versions-deprecated": true
6464
}
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)