Skip to content

Commit 112866a

Browse files
author
runner
committed
[composer] Set dependencies for 4.6.21 release.
1 parent 7909c14 commit 112866a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"require": {
1010
"php": "^7.4 || ^8.0",
1111
"ext-json": "*",
12-
"ibexa/core": "~4.6.0@dev",
12+
"ibexa/core": "~4.6.0",
1313
"symfony/dependency-injection": "^5.0",
1414
"symfony/http-kernel": "^5.0",
1515
"symfony/http-foundation": "^5.0",
@@ -25,13 +25,13 @@
2525
"jms/translation-bundle": "^1.5"
2626
},
2727
"require-dev": {
28-
"ibexa/ci-scripts": "^0.2@dev",
29-
"ibexa/behat": "~4.6.0@dev",
30-
"ibexa/doctrine-schema": "~4.6.0@dev",
31-
"ibexa/http-cache": "~4.6.0@dev",
32-
"ibexa/rest": "~4.6.0@dev",
33-
"ibexa/test-core": "^4.6.x-dev",
34-
"ibexa/user": "^4.6.x-dev",
28+
"ibexa/ci-scripts": "^0.2",
29+
"ibexa/behat": "~4.6.0",
30+
"ibexa/doctrine-schema": "~4.6.0",
31+
"ibexa/http-cache": "~4.6.0",
32+
"ibexa/rest": "~4.6.0",
33+
"ibexa/test-core": "^4.6",
34+
"ibexa/user": "^4.6",
3535
"phpunit/phpunit": "^8.2",
3636
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
3737
"behat/behat": "^3.5",
@@ -77,4 +77,4 @@
7777
"test": "phpunit -c phpunit.xml.dist",
7878
"test-integration": "phpunit -c phpunit.integration.xml.dist"
7979
}
80-
}
80+
}

0 commit comments

Comments
 (0)