Skip to content

Commit d0e145f

Browse files
author
runner
committed
[composer] Set dependencies for 5.0.2 release.
1 parent 52c08d3 commit d0e145f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

composer.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"ext-libxml": "*",
1212
"ext-pdo": "*",
1313
"ext-xsl": "*",
14-
"ibexa/content-forms": "~5.0.x-dev",
15-
"ibexa/core": "~5.0.x-dev",
16-
"ibexa/http-cache": "~5.0.x-dev",
17-
"ibexa/rest": "~5.0.x-dev",
14+
"ibexa/content-forms": "~5.0",
15+
"ibexa/core": "~5.0",
16+
"ibexa/http-cache": "~5.0",
17+
"ibexa/rest": "~5.0",
1818
"symfony/asset": "^7.3",
1919
"symfony/cache": "^7.3",
2020
"symfony/config": "^7.3",
@@ -32,17 +32,17 @@
3232
},
3333
"require-dev": {
3434
"dama/doctrine-test-bundle": "^8.2",
35-
"ibexa/admin-ui": "~5.0.x-dev",
35+
"ibexa/admin-ui": "~5.0",
3636
"ibexa/code-style": "~2.0.0",
37-
"ibexa/design-engine": "~5.0.x-dev",
38-
"ibexa/doctrine-schema": "~5.0.x-dev",
39-
"ibexa/notifications": "~5.0.x-dev",
40-
"ibexa/rector": "~5.0.x-dev",
41-
"ibexa/search": "~5.0.x-dev",
42-
"ibexa/solr": "~5.0.x-dev",
43-
"ibexa/test-core": "~5.0.x-dev",
44-
"ibexa/twig-components": "~5.0.x-dev",
45-
"ibexa/user": "~5.0.x-dev",
37+
"ibexa/design-engine": "~5.0",
38+
"ibexa/doctrine-schema": "~5.0",
39+
"ibexa/notifications": "~5.0",
40+
"ibexa/rector": "~5.0",
41+
"ibexa/search": "~5.0",
42+
"ibexa/solr": "~5.0",
43+
"ibexa/test-core": "~5.0",
44+
"ibexa/twig-components": "~5.0",
45+
"ibexa/user": "~5.0",
4646
"matthiasnoback/symfony-config-test": "^5.0",
4747
"matthiasnoback/symfony-dependency-injection-test": "^5.0",
4848
"phpstan/phpstan": "^2.0",
@@ -88,4 +88,4 @@
8888
"allow-plugins": false,
8989
"sort-packages": true
9090
}
91-
}
91+
}

0 commit comments

Comments
 (0)