Skip to content

Commit

Permalink
[composer] Set dependencies for 0.3.8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed May 31, 2023
1 parent df35ce1 commit aed959c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"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",
"php": "^7.3 || ^8.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 All @@ -37,4 +37,4 @@
"dev-master": "0.3.x-dev"
}
}
}
}

0 comments on commit aed959c

Please sign in to comment.