Skip to content

Commit

Permalink
[composer] Set dependencies for 4.0.0-beta1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Nov 22, 2021
1 parent bdaf582 commit d3de627
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 @@ -46,13 +46,13 @@
"symfony/asset": "^5.0",
"symfony/yaml": "^5.0",
"jms/translation-bundle": "^1.5",
"ezsystems/ezplatform-kernel": "^4.0@dev",
"ezsystems/ezplatform-content-forms": "^4.0@dev",
"ezsystems/ezplatform-design-engine": "^4.0@dev",
"ezsystems/ezplatform-user": "^4.0@dev",
"ezsystems/ezplatform-richtext": "^4.0@dev",
"ezsystems/ezplatform-rest": "^4.0@dev",
"ezsystems/ezplatform-search": "^4.0@dev",
"ezsystems/ezplatform-kernel": "^4.0",
"ezsystems/ezplatform-content-forms": "^4.0",
"ezsystems/ezplatform-design-engine": "^4.0",
"ezsystems/ezplatform-user": "^4.0",
"ezsystems/ezplatform-richtext": "^4.0",
"ezsystems/ezplatform-rest": "^4.0",
"ezsystems/ezplatform-search": "^4.0",
"babdev/pagerfanta-bundle": "^2.1",
"knplabs/knp-menu-bundle": "^3.0",
"mck89/peast": "^1.9",
Expand All @@ -62,13 +62,13 @@
"twig/string-extra": "^3.0"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ezsystems/behatbundle": "^9.0@dev",
"ibexa/ci-scripts": "^0.2",
"ezsystems/behatbundle": "^9.0",
"friendsofphp/php-cs-fixer": "^2.16.0",
"phpunit/phpunit": "^8.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"ezsystems/doctrine-dbal-schema": "^4.0@dev",
"ezsystems/ezplatform-http-cache": "^4.0@dev",
"ezsystems/doctrine-dbal-schema": "^4.0",
"ezsystems/ezplatform-http-cache": "^4.0",
"ezsystems/ezplatform-code-style": "^1.0"
},
"scripts": {
Expand Down

0 comments on commit d3de627

Please sign in to comment.