Skip to content

Commit

Permalink
lock symfony/console to minimum of 2.1 for prefer-lowest testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewaite committed Jan 5, 2018
1 parent ecd3a5f commit d80d5a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^2.8",
"scrutinizer/ocular": "^1.4"
"scrutinizer/ocular": "^1.4",
"symfony/console": "^2.1|~3.0"
}
}

0 comments on commit d80d5a8

Please sign in to comment.