Skip to content

Commit

Permalink
Merge pull request #1 from bestit/feature/clear-dependencies
Browse files Browse the repository at this point in the history
Clear dependencies and support flex
  • Loading branch information
b3nl authored Sep 25, 2018
2 parents ca533e6 + e60df5b commit e23b13d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
"description": "A cmf router matching the slug to a found commercetools slug.",
"require": {
"php": "^7.0",
"symfony/symfony": "3.1.*|3.2.*",
"symfony-cmf/routing-bundle": "2.*@dev",
"commercetools/symfony-bundle": "^0.2.1"
"symfony/dependency-injection": "^3.1",
"symfony/yaml": "^3.1",
"symfony/config": "^3.1",
"symfony/http-kernel": "^3.1",
"symfony-cmf/routing": "^2.0",
"commercetools/php-sdk": "^1.5 || ^2.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.0",
Expand Down

0 comments on commit e23b13d

Please sign in to comment.