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

Commit 4ea20eb

Browse files
committed
downgrade the required symfony packages versions
1 parent 0fdf55f commit 4ea20eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"bin": ["lucid"],
1818
"minimum-stability": "stable",
1919
"require": {
20-
"symfony/console": "^2.7|^3.1",
21-
"symfony/process": "^2.7|^3.1",
22-
"symfony/finder": "^2.7|^3.1",
20+
"symfony/console": "^2.7|^3.0",
21+
"symfony/process": "^2.7|^3.0",
22+
"symfony/finder": "^2.7|^3.0",
2323
"stevebauman/log-reader": "^1.1",
2424
"phploc/phploc": "^3.0"
2525
}

0 commit comments

Comments
 (0)