mirror of
https://github.com/ambieco/laravel-sign-in-with-apple.git
synced 2026-01-12 22:43:49 +08:00
WIP
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
"orchestra/testbench-browser-kit": "^6.0",
|
||||
"orchestra/testbench-dusk": "^6.0",
|
||||
"orchestra/testbench": "^6.0",
|
||||
"predis/predis": "^1.1"
|
||||
"predis/predis": "^1.1",
|
||||
"phpunit/phpunit": "^9.3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@@ -42,6 +43,11 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
||||
@@ -7,7 +7,4 @@ use Orchestra\Testbench\Dusk\TestCase;
|
||||
abstract class BrowserTestCase extends TestCase
|
||||
{
|
||||
use CreatesApplication;
|
||||
|
||||
protected static $baseServeHost = '127.0.0.1';
|
||||
protected static $baseServePort = 9000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user