Skip to content

Commit 7fe5337

Browse files
author
runner
committed
[composer] Set dependencies for 5.0.2 release.
1 parent c650c4a commit 7fe5337

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

composer.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"require": {
1010
"php": ">=8.3",
1111
"ext-json": "*",
12-
"ibexa/admin-ui": "~5.0.x-dev",
13-
"ibexa/content-forms": "~5.0.x-dev",
14-
"ibexa/core": "~5.0.x-dev",
15-
"ibexa/graphql": "~5.0.x-dev",
16-
"ibexa/rest": "~5.0.x-dev",
12+
"ibexa/admin-ui": "~5.0",
13+
"ibexa/content-forms": "~5.0",
14+
"ibexa/core": "~5.0",
15+
"ibexa/graphql": "~5.0",
16+
"ibexa/rest": "~5.0",
1717
"psr/log": "^3.0",
1818
"symfony/dependency-injection": "^7.3",
1919
"symfony/event-dispatcher": "^7.3",
@@ -38,16 +38,16 @@
3838
},
3939
"require-dev": {
4040
"ibexa/code-style": "~2.0.0",
41-
"ibexa/design-engine": "~5.0.x-dev",
42-
"ibexa/doctrine-schema": "~5.0.x-dev",
43-
"ibexa/fieldtype-richtext": "~5.0.x-dev",
44-
"ibexa/http-cache": "~5.0.x-dev",
45-
"ibexa/notifications": "~5.0.x-dev",
46-
"ibexa/phpstan": "~5.0.0@dev",
47-
"ibexa/rector": "~5.0.x-dev",
48-
"ibexa/search": "~5.0.x-dev",
49-
"ibexa/twig-components": "~5.0.x-dev",
50-
"ibexa/user": "~5.0.x-dev",
41+
"ibexa/design-engine": "~5.0",
42+
"ibexa/doctrine-schema": "~5.0",
43+
"ibexa/fieldtype-richtext": "~5.0",
44+
"ibexa/http-cache": "~5.0",
45+
"ibexa/notifications": "~5.0",
46+
"ibexa/phpstan": "~5.0.0",
47+
"ibexa/rector": "~5.0",
48+
"ibexa/search": "~5.0",
49+
"ibexa/twig-components": "~5.0",
50+
"ibexa/user": "~5.0",
5151
"phpspec/phpspec": "^7.1",
5252
"phpstan/phpstan": "^2.0",
5353
"phpstan/phpstan-phpunit": "^2.0",
@@ -68,4 +68,4 @@
6868
"sort-packages": true,
6969
"allow-plugins": false
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)