Skip to content

Commit

Permalink
Merge pull request #63 from bcremer/patch-1
Browse files Browse the repository at this point in the history
Widen constrainst for symfony 4 compatibility
  • Loading branch information
povils committed Jan 17, 2018
2 parents 27ac62a + 9a04b4f commit e64fad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -14,8 +14,8 @@
},
"require": {
"php": "^5.6|^7.0",
"symfony/console": "^2.4 || ^3.0",
"symfony/finder": "^2.2 || ^3.0",
"symfony/console": "^2.4 || ^3.0 || ^4.0",
"symfony/finder": "^2.2 || ^3.0 || ^4.0",
"nikic/php-parser": "^3.0",
"jakub-onderka/php-console-highlighter": "^0.3.2",
"phpunit/php-timer": "^1.0"
Expand Down

0 comments on commit e64fad5

Please sign in to comment.