add module provider dependencies

This commit is contained in:
Nabeel Shahzad
2017-12-01 14:34:37 -06:00
parent 786c4be726
commit aa4c35afbc
44 changed files with 4612 additions and 3061 deletions

View File

@@ -41,20 +41,23 @@
"symfony/css-selector": "3.1.*",
"symfony/dom-crawler": "3.3.*",
"phpunit/phpunit": "6.4.0",
"scriptfusion/phpunit-immediate-exception-printer": "1.3.0"
"scriptfusion/phpunit-immediate-exception-printer": "1.3.0",
"nwidart/laravel-modules": "^2.6"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"laravel/homestead": "v6.2.2",
"filp/whoops": "~2.0"
"filp/whoops": "~2.0",
"orchestra/testbench": "v3.5.2"
},
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"App\\": "app/"
"App\\": "app/",
"Modules\\": "modules/"
}
},
"autoload-dev": {