Skip to content

Commit c7724d9

Browse files
committed
Swap around directories
1 parent 35489c1 commit c7724d9

20 files changed

+705
-16
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,17 @@
2929
"mockery/mockery": "^1.2",
3030
"nunomaduro/larastan": "^0.6.13",
3131
"orchestra/testbench": "^6.9",
32+
"pestphp/pest": "^1.0",
3233
"phpunit/phpunit": "^8.0|^9.0"
3334
},
3435
"autoload": {
3536
"psr-4": {
36-
"Georgeboot\\LaravelEchoApiGateway\\": "php-src"
37+
"Georgeboot\\LaravelEchoApiGateway\\": "js-src"
3738
}
3839
},
3940
"autoload-dev": {
4041
"psr-4": {
41-
"Georgeboot\\LaravelEchoApiGateway\\Tests\\": "php-tests"
42+
"Georgeboot\\LaravelEchoApiGateway\\Tests\\": "tests"
4243
}
4344
},
4445
"scripts": {

0 commit comments

Comments
 (0)