Skip to content

Commit 2e36bfb

Browse files
author
runner
committed
[composer] Set dependencies for 5.0.3 release.
1 parent d95807f commit 2e36bfb

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
@@ -22,9 +22,9 @@
2222
},
2323
"require": {
2424
"php": " >=8.3",
25-
"ibexa/content-forms": "~5.0.x-dev",
26-
"ibexa/core": "~5.0.x-dev",
27-
"ibexa/notifications": "~5.0.x-dev",
25+
"ibexa/content-forms": "~5.0",
26+
"ibexa/core": "~5.0",
27+
"ibexa/notifications": "~5.0",
2828
"jms/translation-bundle": "^2.4",
2929
"symfony/config": "^7.3",
3030
"symfony/dependency-injection": "^7.3",
@@ -43,13 +43,13 @@
4343
},
4444
"require-dev": {
4545
"ibexa/code-style": "~2.0.0",
46-
"ibexa/design-engine": "~5.0.x-dev",
47-
"ibexa/doctrine-schema": "~5.0.x-dev",
48-
"ibexa/fieldtype-richtext": "~5.0.x-dev",
49-
"ibexa/http-cache": "~5.0.x-dev",
50-
"ibexa/rector": "~5.0.x-dev",
51-
"ibexa/rest": "~5.0.x-dev",
52-
"ibexa/search": "~5.0.x-dev",
46+
"ibexa/design-engine": "~5.0",
47+
"ibexa/doctrine-schema": "~5.0",
48+
"ibexa/fieldtype-richtext": "~5.0",
49+
"ibexa/http-cache": "~5.0",
50+
"ibexa/rector": "~5.0",
51+
"ibexa/rest": "~5.0",
52+
"ibexa/search": "~5.0",
5353
"matthiasnoback/symfony-dependency-injection-test": "^5.0",
5454
"phpstan/phpstan": "^2.0",
5555
"phpstan/phpstan-phpunit": "^2.0",
@@ -72,4 +72,4 @@
7272
"allow-plugins": false,
7373
"sort-packages": true
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)