Skip to content

Commit

Permalink
Merge pull request #43 from designmynight/switch-mapping-console-command
Browse files Browse the repository at this point in the history
Switch mapping console command
  • Loading branch information
Jaspar Gupta authored May 25, 2018
2 parents e2ac84a + 876949c commit 3bef4de
Show file tree
Hide file tree
Showing 16 changed files with 2,723 additions and 46 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,24 @@
"guzzlehttp/guzzle": "^6.3",
"laravel/framework": "^5.6"
},
"require-dev": {
"phpunit/phpunit": "^7.1",
"mockery/mockery": "^1.1",
"orchestra/testbench": "^3.6"
},
"autoload": {
"psr-4": {
"DesignMyNight\\Elasticsearch\\": "src/"
}
},
"autoload-dev": {
"files": [
"vendor/laravel/framework/src/Illuminate/Foundation/helpers.php"
],
"psr-4": {
"Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
Expand Down
Loading

0 comments on commit 3bef4de

Please sign in to comment.