Skip to content

Commit 1e63763

Browse files
committed
Fixed dependencies for using with Laravel LTS v8. Issue #4.
1 parent d9f35df commit 1e63763

File tree

2 files changed

+522
-210
lines changed

2 files changed

+522
-210
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
"ext-json": "*",
4040
"ext-ctype": "*",
4141
"nikic/php-parser": "^4.12",
42-
"symfony/console": "^4.4"
42+
"symfony/console": "^4.4|^5.0"
4343
},
4444
"require-dev": {
4545
"phpunit/phpunit": "^7.5",
4646
"phpmd/phpmd": "^2.10",
47-
"sebastian/phpcpd": "^4.1",
47+
"sebastian/phpcpd": "^5.0",
4848
"squizlabs/php_codesniffer": "^3.6",
49-
"phploc/phploc": "^4.0",
49+
"phploc/phploc": "^2.0",
5050
"jakub-onderka/php-parallel-lint": "^1.0"
5151
},
5252
"bin": [

0 commit comments

Comments
 (0)