Skip to content

Commit

Permalink
Allow symfony 4 and put test dependency under require-dev (#28 from h…
Browse files Browse the repository at this point in the history
…boomsma/sf4)
  • Loading branch information
jmleroux authored Jan 3, 2019
2 parents b62804b + c950325 commit 9f2caf1
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 @@ -25,13 +25,13 @@
"require": {
"php": ">=5.3",
"ext-gd": "*",
"symfony/console": "~2.0|~3.0",
"coduo/phpspec-data-provider-extension": "^1.0"
"symfony/console": "~2.0|~3.0|~4.0"
},
"require-dev": {
"phpspec/phpspec": "2.*",
"behat/behat": "3.*",
"friendsofphp/php-cs-fixer": "@stable"
"friendsofphp/php-cs-fixer": "@stable",
"coduo/phpspec-data-provider-extension": "^1.0"
},
"config": {
"bin-dir": "bin"
Expand Down

0 comments on commit 9f2caf1

Please sign in to comment.