Skip to content

Commit 2770fe6

Browse files
author
runner
committed
[composer] Set dependencies for 4.6.10 release.
1 parent 95c444c commit 2770fe6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
"require": {
1010
"php": "^7.4 || ^8.0",
1111
"ext-json": "*",
12-
"ibexa/core": "~4.6.0@dev",
13-
"ibexa/admin-ui": "~4.6.0@dev",
12+
"ibexa/core": "~4.6.0",
13+
"ibexa/admin-ui": "~4.6.0",
1414
"zetacomponents/system-information": "^1.1.1"
1515
},
1616
"require-dev": {
17-
"ibexa/ci-scripts": "^0.2@dev",
17+
"ibexa/ci-scripts": "^0.2",
1818
"ibexa/code-style": "^1.0",
1919
"friendsofphp/php-cs-fixer": "^3.0",
20-
"ibexa/doctrine-schema": "~4.6.0@dev",
21-
"ibexa/content-forms": "~4.6.0@dev",
22-
"ibexa/design-engine": "~4.6.0@dev",
23-
"ibexa/user": "~4.6.0@dev",
24-
"ibexa/fieldtype-richtext": "~4.6.0@dev",
25-
"ibexa/rest": "~4.6.0@dev",
26-
"ibexa/search": "~4.6.0@dev",
27-
"ibexa/test-core": "~4.6.0@dev",
28-
"ibexa/http-cache": "~4.6.0@dev",
29-
"ibexa/notifications": "^4.6.x-dev",
20+
"ibexa/doctrine-schema": "~4.6.0",
21+
"ibexa/content-forms": "~4.6.0",
22+
"ibexa/design-engine": "~4.6.0",
23+
"ibexa/user": "~4.6.0",
24+
"ibexa/fieldtype-richtext": "~4.6.0",
25+
"ibexa/rest": "~4.6.0",
26+
"ibexa/search": "~4.6.0",
27+
"ibexa/test-core": "~4.6.0",
28+
"ibexa/http-cache": "~4.6.0",
29+
"ibexa/notifications": "^4.6",
3030
"phpunit/phpunit": "^8.2",
3131
"matthiasnoback/symfony-dependency-injection-test": "^4.0"
3232
},
@@ -60,4 +60,4 @@
6060
"config": {
6161
"allow-plugins": false
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)