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

Commit 7fede2a

Browse files
committed
Added compatibility to Laravel 7.x
1 parent c310e00 commit 7fede2a

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,10 +17,10 @@
1717
"bin": ["lucid"],
1818
"minimum-stability": "stable",
1919
"require": {
20-
"symfony/console": "^4.1",
21-
"symfony/process": "^4.1",
22-
"symfony/finder": "^4.1",
23-
"symfony/filesystem": "^4.1",
24-
"phploc/phploc": "~4.0"
20+
"symfony/console": "^5.0",
21+
"symfony/process": "^5.0",
22+
"symfony/finder": "^5.0",
23+
"symfony/filesystem": "^5.0",
24+
"phploc/phploc": "^6.0"
2525
}
2626
}

0 commit comments

Comments
 (0)