Skip to content

Commit

Permalink
Swap around directories
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeboot committed Jan 26, 2021
1 parent 35489c1 commit c7724d9
Show file tree
Hide file tree
Showing 20 changed files with 705 additions and 16 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,17 @@
"mockery/mockery": "^1.2",
"nunomaduro/larastan": "^0.6.13",
"orchestra/testbench": "^6.9",
"pestphp/pest": "^1.0",
"phpunit/phpunit": "^8.0|^9.0"
},
"autoload": {
"psr-4": {
"Georgeboot\\LaravelEchoApiGateway\\": "php-src"
"Georgeboot\\LaravelEchoApiGateway\\": "js-src"
}
},
"autoload-dev": {
"psr-4": {
"Georgeboot\\LaravelEchoApiGateway\\Tests\\": "php-tests"
"Georgeboot\\LaravelEchoApiGateway\\Tests\\": "tests"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit c7724d9

Please sign in to comment.