Add php linting dependency and update others
This commit is contained in:
parent
f63b6e4dcd
commit
7706a7cf62
2 changed files with 78 additions and 30 deletions
|
@ -32,7 +32,8 @@
|
|||
"phpunit/phpunit": "~5.0",
|
||||
"symfony/css-selector": "3.1.*",
|
||||
"symfony/dom-crawler": "3.1.*",
|
||||
"barryvdh/laravel-debugbar": "~2.0"
|
||||
"barryvdh/laravel-debugbar": "~2.0",
|
||||
"jakub-onderka/php-parallel-lint": "^0.9.2"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue