Skip to content

Commit

Permalink
[composer] Set dependencies for 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Feb 5, 2021
1 parent d89bfb4 commit 06b293a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "GPL-2.0-only",
"require": {
"symfony/http-kernel": "^5.0",
"ezsystems/ezplatform-design-engine": "~3.0.0@dev",
"ezsystems/ezplatform-kernel": "~1.0.0@dev || ~1.1.0@dev || ~1.2.0@dev"
"ezsystems/ezplatform-design-engine": "^3.0",
"ezsystems/ezplatform-kernel": "^1.0"
},
"require-dev": {
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ezsystems/doctrine-dbal-schema": "^1.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"phpunit/phpunit": "^8.1",
"ezsystems/ezplatform-code-style": "^0.1.0",
Expand Down

0 comments on commit 06b293a

Please sign in to comment.