Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
downgrade the required symfony packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulkave committed Aug 23, 2016
1 parent 0fdf55f commit 4ea20eb
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 @@ -17,9 +17,9 @@
"bin": ["lucid"],
"minimum-stability": "stable",
"require": {
"symfony/console": "^2.7|^3.1",
"symfony/process": "^2.7|^3.1",
"symfony/finder": "^2.7|^3.1",
"symfony/console": "^2.7|^3.0",
"symfony/process": "^2.7|^3.0",
"symfony/finder": "^2.7|^3.0",
"stevebauman/log-reader": "^1.1",
"phploc/phploc": "^3.0"
}
Expand Down

0 comments on commit 4ea20eb

Please sign in to comment.