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

Commit 6ebb7a8

Browse files
committed
require any of the symfony consoles (2.* or 3.*)
Grants compatibility with any requirement
1 parent 0920f0c commit 6ebb7a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

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

0 commit comments

Comments
 (0)