Skip to content

Commit

Permalink
[composer] Set dependencies for 4.0.0-rc1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Jan 5, 2022
1 parent c5e192c commit 643eee4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"require": {
"php": "^7.4 || ^8.0",
"ibexa/core": "^4.0@dev",
"ibexa/core": "^4.0@rc",
"jms/translation-bundle": "^1.5",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
Expand All @@ -44,14 +44,14 @@
"symfony/security-http": "^5.0"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "^4.0@dev",
"ibexa/search": "^4.0@dev",
"ibexa/content-forms": "^4.0@dev",
"ibexa/design-engine": "^4.0@dev",
"ibexa/http-cache": "^4.0@dev",
"ibexa/fieldtype-richtext": "^4.0@dev",
"ibexa/rest": "^4.0@dev",
"ibexa/ci-scripts": "^0.2@rc",
"ibexa/doctrine-schema": "^4.0@rc",
"ibexa/search": "^4.0@rc",
"ibexa/content-forms": "^4.0@rc",
"ibexa/design-engine": "^4.0@rc",
"ibexa/http-cache": "^4.0@rc",
"ibexa/fieldtype-richtext": "^4.0@rc",
"ibexa/rest": "^4.0@rc",
"friendsofphp/php-cs-fixer": "^3.0",
"ibexa/code-style": "^1.0",
"phpunit/phpunit": "^8.2",
Expand Down

0 comments on commit 643eee4

Please sign in to comment.