File tree 4 files changed +66
-88
lines changed
4 files changed +66
-88
lines changed Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " ^7 .2" ,
23
+ "php" : " ^8 .2" ,
24
24
"browserstack/browserstack-local" : " ^1.1" ,
25
- "guzzlehttp/guzzle" : " ^6.5|^7.0" ,
26
- "illuminate/support" : " ~5.8.0|^6.0|^7.0|^8.0" ,
27
- "laravel/dusk" : " ^5.9|^6.0"
28
- },
29
- "require-dev" : {
30
- "orchestra/testbench" : " 3.8.*" ,
31
- "phpunit/phpunit" : " ^8.0"
25
+ "guzzlehttp/guzzle" : " ^7.2" ,
26
+ "illuminate/support" : " ^11.0" ,
27
+ "laravel/dusk" : " ^8.2"
32
28
},
33
29
"autoload" : {
34
30
"psr-4" : {
43
39
"scripts" : {
44
40
"test" : " vendor/bin/phpunit" ,
45
41
"test-coverage" : " vendor/bin/phpunit --coverage-html coverage"
46
-
47
42
},
48
43
"config" : {
49
44
"sort-packages" : true
Original file line number Diff line number Diff line change 44
44
|--------------------------------------------------------------------------
45
45
|
46
46
| The configuration for capabilities of the browser.
47
+ |
47
48
| https://www.browserstack.com/automate/capabilities
48
49
|
49
50
*/
Original file line number Diff line number Diff line change @@ -8,10 +8,8 @@ class BrowserStackServiceProvider extends ServiceProvider
8
8
{
9
9
/**
10
10
* Bootstrap the application services.
11
- *
12
- * @return void
13
11
*/
14
- public function boot ()
12
+ public function boot (): void
15
13
{
16
14
if ($ this ->app ->runningInConsole ()) {
17
15
$ this ->publishes ([
@@ -22,10 +20,8 @@ public function boot()
22
20
23
21
/**
24
22
* Register the application services.
25
- *
26
- * @return void
27
23
*/
28
- public function register ()
24
+ public function register (): void
29
25
{
30
26
$ this ->mergeConfigFrom (__DIR__ .'/../config/config.php ' , 'browserstack ' );
31
27
}
You can’t perform that action at this time.
0 commit comments