Skip to content

Commit

Permalink
[TASK] Allow lower symfony dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabRecht committed Dec 17, 2019
1 parent 7f24d3a commit 79d5057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"ext-json": "*",
"ext-simplexml": "*",
"phpunit/php-code-coverage": "^5.0 || ^6.0 || ^7.0",
"symfony/console": "^3.0 || ^4.0",
"symfony/finder": "^3.0 || ^4.0"
"symfony/console": "^2.7 || ^3.0 || ^4.0",
"symfony/finder": "^2.7 || ^3.0 || ^4.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0",
Expand Down

0 comments on commit 79d5057

Please sign in to comment.