Skip to content

Commit

Permalink
Merge branch '7.x' into 8.x
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 11, 2024
2 parents 3cbc260 + 5cb0b7c commit d1a29da
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"laravel/serializable-closure": "^1.3 || ^2.0",
"orchestra/dusk-updater": "^2.6",
"orchestra/testbench": "^8.29",
"orchestra/testbench-core": "^8.30",
"orchestra/testbench-core": "^8.31",
"php-webdriver/webdriver": "^1.9",
"symfony/polyfill-php83": "^1.31"
},
Expand Down
10 changes: 10 additions & 0 deletions src/Foundation/Console/VendorPublishCommand.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace Orchestra\Testbench\Dusk\Foundation\Console;

use Orchestra\Testbench\Foundation\Console\VendorPublishCommand as Command;

class VendorPublishCommand extends Command
{
//
}
1 change: 1 addition & 0 deletions src/Foundation/TestbenchServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public function boot()
Console\PurgeSkeletonCommand::class,
Console\ServeCommand::class,
Console\SyncSkeletonCommand::class,
Console\VendorPublishCommand::class,
]);
}
}
Expand Down

0 comments on commit d1a29da

Please sign in to comment.