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

Commit e739974

Browse files
committed
require compatible symfony packages for L5.1
1 parent 29e218d commit e739974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"bin": ["lucid"],
1818
"minimum-stability": "stable",
1919
"require": {
20-
"symfony/console": "^3.1",
21-
"symfony/process": "^3.1"
20+
"symfony/console": "^2.7",
21+
"symfony/process": "^2.7"
2222
}
2323
}

0 commit comments

Comments
 (0)