Skip to content

Commit

Permalink
[composer] Set dependencies for 4.0.0-beta4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Dec 17, 2021
1 parent d3c08a1 commit 97d51b9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ibexa/admin-ui": "^4.0@dev",
"ibexa/content-forms": "^4.0@dev",
"ibexa/graphql": "^4.0@dev",
"ibexa/rest": "^4.0@dev",
"ibexa/core": "^4.0@dev",
"ibexa/admin-ui": "^4.0@beta",
"ibexa/content-forms": "^4.0@beta",
"ibexa/graphql": "^4.0@beta",
"ibexa/rest": "^4.0@beta",
"ibexa/core": "^4.0@beta",
"symfony/dependency-injection": "^5.0",
"symfony/expression-language": "^5.0",
"symfony/event-dispatcher": "^5.0",
Expand All @@ -48,12 +48,12 @@
}
},
"require-dev": {
"ibexa/doctrine-schema": "^4.0@dev",
"ibexa/design-engine": "^4.0@dev",
"ibexa/fieldtype-richtext": "^4.0@dev",
"ibexa/search": "^4.0@dev",
"ibexa/user": "^4.0@dev",
"ibexa/http-cache": "^4.0@dev",
"ibexa/doctrine-schema": "^4.0@beta",
"ibexa/design-engine": "^4.0@beta",
"ibexa/fieldtype-richtext": "^4.0@beta",
"ibexa/search": "^4.0@beta",
"ibexa/user": "^4.0@beta",
"ibexa/http-cache": "^4.0@beta",
"phpspec/phpspec": "^6.0",
"ibexa/code-style": "^1.0",
"friendsofphp/php-cs-fixer": "^3.0"
Expand Down

0 comments on commit 97d51b9

Please sign in to comment.