Skip to content

Commit

Permalink
[composer] Set dependencies for 0.3.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Oct 29, 2021
1 parent c5f545d commit 70a94a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"license": "GPL-2.0-only",
"require": {
"symfony/http-kernel": "^5.0",
"ezsystems/ezplatform-design-engine": "~3.0.0@dev",
"ezsystems/ezplatform-kernel": "^1.0@dev"
"ezsystems/ezplatform-design-engine": "~3.0.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",
"friendsofphp/php-cs-fixer": "^2.16.1",
"ibexa/ci-scripts": "^0.1@dev"
"ibexa/ci-scripts": "^0.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 70a94a7

Please sign in to comment.