Skip to content

Commit 7850bf5

Browse files
author
runner
committed
[composer] Set dependencies for 5.0.0 release.
1 parent 1fa57ee commit 7850bf5

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
@@ -23,9 +23,9 @@
2323
"ext-json": "*",
2424
"ext-libxml": "*",
2525
"ext-simplexml": "*",
26-
"ibexa/content-forms": "~5.0.x-dev",
27-
"ibexa/core": "~5.0.x-dev",
28-
"ibexa/graphql": "~5.0.x-dev",
26+
"ibexa/content-forms": "~5.0",
27+
"ibexa/core": "~5.0",
28+
"ibexa/graphql": "~5.0",
2929
"symfony/config": "^7.3",
3030
"symfony/console": "^7.3",
3131
"symfony/dependency-injection": "^7.3",
@@ -35,19 +35,19 @@
3535
"symfony/yaml": "^7.3"
3636
},
3737
"require-dev": {
38-
"ibexa/admin-ui": "~5.0.x-dev",
38+
"ibexa/admin-ui": "~5.0",
3939
"ibexa/code-style": "~2.0.0",
40-
"ibexa/design-engine": "~5.0.x-dev",
41-
"ibexa/doctrine-schema": "~5.0.x-dev",
42-
"ibexa/fieldtype-richtext": "~5.0.x-dev",
43-
"ibexa/http-cache": "~5.0.x-dev",
44-
"ibexa/notifications": "~5.0.x-dev",
45-
"ibexa/rector": "~5.0.x-dev",
46-
"ibexa/rest": "~5.0.x-dev",
47-
"ibexa/search": "~5.0.x-dev",
48-
"ibexa/twig-components": "~5.0.x-dev",
49-
"ibexa/test-core": "~5.0.x-dev",
50-
"ibexa/user": "~5.0.x-dev",
40+
"ibexa/design-engine": "~5.0",
41+
"ibexa/doctrine-schema": "~5.0",
42+
"ibexa/fieldtype-richtext": "~5.0",
43+
"ibexa/http-cache": "~5.0",
44+
"ibexa/notifications": "~5.0",
45+
"ibexa/rector": "~5.0",
46+
"ibexa/rest": "~5.0",
47+
"ibexa/search": "~5.0",
48+
"ibexa/twig-components": "~5.0",
49+
"ibexa/test-core": "~5.0",
50+
"ibexa/user": "~5.0",
5151
"phpstan/phpstan": "^2.0",
5252
"phpstan/phpstan-phpunit": "^2.0",
5353
"phpstan/phpstan-symfony": "^2.0",
@@ -69,4 +69,4 @@
6969
"allow-plugins": false,
7070
"sort-packages": true
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)