Skip to content

Commit 9ca67a7

Browse files
author
runner
committed
[composer] Set dependencies for 4.6.24 release.
1 parent 0630ab8 commit 9ca67a7

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
@@ -25,9 +25,9 @@
2525
"ext-libxml": "*",
2626
"ext-simplexml": "*",
2727
"ext-json": "*",
28-
"ibexa/core": "~4.6.0@dev",
29-
"ibexa/content-forms": "~4.6.0@dev",
30-
"ibexa/graphql": "~4.6.0@dev",
28+
"ibexa/core": "~4.6.0",
29+
"ibexa/content-forms": "~4.6.0",
30+
"ibexa/graphql": "~4.6.0",
3131
"symfony/http-kernel": "^5.0",
3232
"symfony/console": "^5.0",
3333
"symfony/config": "^5.0",
@@ -37,18 +37,18 @@
3737
"symfony/options-resolver": "^5.0"
3838
},
3939
"require-dev": {
40-
"ibexa/ci-scripts": "^0.2@dev",
41-
"ibexa/doctrine-schema": "~4.6.0@dev",
42-
"ibexa/admin-ui": "~4.6.0@dev",
43-
"ibexa/user": "~4.6.0@dev",
44-
"ibexa/fieldtype-richtext": "~4.6.0@dev",
45-
"ibexa/search": "~4.6.0@dev",
46-
"ibexa/rest": "~4.6.0@dev",
47-
"ibexa/test-core": "^4.6.x-dev",
48-
"ibexa/http-cache": "~4.6.0@dev",
49-
"ibexa/design-engine": "~4.6.0@dev",
40+
"ibexa/ci-scripts": "^0.2",
41+
"ibexa/doctrine-schema": "~4.6.0",
42+
"ibexa/admin-ui": "~4.6.0",
43+
"ibexa/user": "~4.6.0",
44+
"ibexa/fieldtype-richtext": "~4.6.0",
45+
"ibexa/search": "~4.6.0",
46+
"ibexa/rest": "~4.6.0",
47+
"ibexa/test-core": "^4.6",
48+
"ibexa/http-cache": "~4.6.0",
49+
"ibexa/design-engine": "~4.6.0",
5050
"ibexa/code-style": "^1.0",
51-
"ibexa/twig-components": "~4.6.x-dev",
51+
"ibexa/twig-components": "~4.6",
5252
"friendsofphp/php-cs-fixer": "^3.0",
5353
"phpunit/phpunit": "^9.5",
5454
"phpstan/phpstan": "^2.0",
@@ -70,4 +70,4 @@
7070
"config": {
7171
"allow-plugins": false
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)