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

Commit 1937241

Browse files
authored
Merge pull request #30 from lucid-architecture/5.6
5.6
2 parents 1722b0a + 6abdcc3 commit 1937241

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"bin": ["lucid"],
1818
"minimum-stability": "stable",
1919
"require": {
20-
"symfony/console": "^2.7|^3.0",
21-
"symfony/process": "^2.7|^3.0",
22-
"symfony/finder": "^2.7|^3.0",
23-
"symfony/filesystem": "^2.7|^3.0",
20+
"symfony/console": "^4.0",
21+
"symfony/process": "^4.0",
22+
"symfony/finder": "^4.0",
23+
"symfony/filesystem": "^4.0",
2424
"stevebauman/log-reader": "^1.1",
25-
"phploc/phploc": "^3.0"
25+
"phploc/phploc": "~4.0"
2626
}
2727
}

0 commit comments

Comments
 (0)