Skip to content

Commit 8ddf1ed

Browse files
author
runner
committed
[composer] Set dependencies for 4.6.0 release.
1 parent fe45331 commit 8ddf1ed

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"require": {
1717
"php": "^7.4 || ^8.0",
1818
"ext-dom": "*",
19-
"ibexa/core": "~4.6.0@dev",
20-
"ibexa/admin-ui": "~4.6.0@dev",
21-
"ibexa/rest": "~4.6.0@dev",
22-
"ibexa/fieldtype-richtext": "~4.6.0@dev",
19+
"ibexa/core": "~4.6.0",
20+
"ibexa/admin-ui": "~4.6.0",
21+
"ibexa/rest": "~4.6.0",
22+
"ibexa/fieldtype-richtext": "~4.6.0",
2323
"lexik/jwt-authentication-bundle": "^2.8",
2424
"overblog/graphql-bundle": "^0.14.2",
2525
"erusev/parsedown": "^1.7",
@@ -33,12 +33,12 @@
3333
"symfony/serializer": "^5.0"
3434
},
3535
"require-dev": {
36-
"ibexa/doctrine-schema": "~4.6.0@dev",
37-
"ibexa/content-forms": "~4.6.0@dev",
38-
"ibexa/design-engine": "~4.6.0@dev",
39-
"ibexa/user": "~4.6.0@dev",
40-
"ibexa/search": "~4.6.0@dev",
41-
"ibexa/http-cache": "~4.6.0@dev",
36+
"ibexa/doctrine-schema": "~4.6.0",
37+
"ibexa/content-forms": "~4.6.0",
38+
"ibexa/design-engine": "~4.6.0",
39+
"ibexa/user": "~4.6.0",
40+
"ibexa/search": "~4.6.0",
41+
"ibexa/http-cache": "~4.6.0",
4242
"overblog/graphiql-bundle": "^0.2",
4343
"phpspec/phpspec": "^7.1",
4444
"ibexa/code-style": "~1.2.0",
@@ -78,4 +78,4 @@
7878
"check-cs": "@fix-cs --dry-run",
7979
"test": "phpspec run --format=pretty"
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)