Skip to content

Commit 396a59e

Browse files
author
Łukasz Serwatka
committed
[composer] Set dependencies for 4.0.0-rc3 release.
1 parent f5afc4e commit 396a59e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"symfony/translation": "^5.0",
2525
"symfony/translation-contracts": "^2.0",
2626
"twig/twig": "^3.0",
27-
"ibexa/core": "^4.0@dev",
28-
"ibexa/content-forms": "^4.0@dev",
29-
"ibexa/rest": "^4.0@dev",
30-
"ibexa/http-cache": "^4.0@dev"
27+
"ibexa/core": "^4.0@rc",
28+
"ibexa/content-forms": "^4.0@rc",
29+
"ibexa/rest": "^4.0@rc",
30+
"ibexa/http-cache": "^4.0@rc"
3131
},
3232
"require-dev": {
33-
"ibexa/ci-scripts": "^0.2@dev",
34-
"ibexa/doctrine-schema": "^4.0@dev",
33+
"ibexa/ci-scripts": "^0.2@rc",
34+
"ibexa/doctrine-schema": "^4.0@rc",
3535
"phpunit/phpunit": "^9.5",
3636
"symfony/finder": "^5.0",
3737
"matthiasnoback/symfony-config-test": "^4.1",
@@ -70,4 +70,4 @@
7070
"dev-main": "4.0.x-dev"
7171
}
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)