Skip to content

Commit 35489c1

Browse files
committed
fixing larastan errors
1 parent a9377eb commit 35489c1

File tree

8 files changed

+832
-23
lines changed

8 files changed

+832
-23
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
},
2828
"require-dev": {
2929
"mockery/mockery": "^1.2",
30-
"orchestra/testbench": "^4.0|^5.0|^6.0",
30+
"nunomaduro/larastan": "^0.6.13",
31+
"orchestra/testbench": "^6.9",
3132
"phpunit/phpunit": "^8.0|^9.0"
3233
},
3334
"autoload": {
@@ -37,7 +38,7 @@
3738
},
3839
"autoload-dev": {
3940
"psr-4": {
40-
"Georgeboot\\LaravelEchoApiGateway\\Tests\\": "tests"
41+
"Georgeboot\\LaravelEchoApiGateway\\Tests\\": "php-tests"
4142
}
4243
},
4344
"scripts": {

0 commit comments

Comments
 (0)