Remove unnecessary package
The `thanks` package is not needed to develop kickass Laravel apps.
This commit is contained in:
parent
bf92ec116e
commit
4665ef4335
|
@ -15,8 +15,7 @@
|
|||
"fzaninotto/faker": "~1.4",
|
||||
"mockery/mockery": "~1.0",
|
||||
"nunomaduro/collision": "~2.0",
|
||||
"phpunit/phpunit": "~7.0",
|
||||
"symfony/thanks": "^1.0"
|
||||
"phpunit/phpunit": "~7.0"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
|
Loading…
Reference in New Issue