Merge pull request #609 from jonnybarnes/update_laravel_pint_20221223
Update Laravel Sail
This commit is contained in:
commit
cb2a25be9a
6 changed files with 11 additions and 6 deletions
|
@ -22,6 +22,7 @@ class Kernel extends ConsoleKernel
|
|||
*
|
||||
* @param \Illuminate\Console\Scheduling\Schedule $schedule
|
||||
* @return void
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
protected function schedule(Schedule $schedule)
|
||||
|
|
|
@ -82,6 +82,7 @@ class BookmarkService extends Service
|
|||
* @return string The uuid for the screenshot
|
||||
*
|
||||
* @throws CouldNotTakeBrowsershot
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public function saveScreenshot(string $url): string
|
||||
|
|
12
composer.lock
generated
12
composer.lock
generated
|
@ -9094,16 +9094,16 @@
|
|||
},
|
||||
{
|
||||
"name": "laravel/pint",
|
||||
"version": "v1.2.1",
|
||||
"version": "v1.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/pint.git",
|
||||
"reference": "e60e2112ee779ce60f253695b273d1646a17d6f1"
|
||||
"reference": "6a2c0927b4f6ad4eadb5a67fe3835fdad108949d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/pint/zipball/e60e2112ee779ce60f253695b273d1646a17d6f1",
|
||||
"reference": "e60e2112ee779ce60f253695b273d1646a17d6f1",
|
||||
"url": "https://api.github.com/repos/laravel/pint/zipball/6a2c0927b4f6ad4eadb5a67fe3835fdad108949d",
|
||||
"reference": "6a2c0927b4f6ad4eadb5a67fe3835fdad108949d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -9114,7 +9114,7 @@
|
|||
"php": "^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^3.11.0",
|
||||
"friendsofphp/php-cs-fixer": "~3.13.1",
|
||||
"illuminate/view": "^9.32.0",
|
||||
"laravel-zero/framework": "^9.2.0",
|
||||
"mockery/mockery": "^1.5.1",
|
||||
|
@ -9156,7 +9156,7 @@
|
|||
"issues": "https://github.com/laravel/pint/issues",
|
||||
"source": "https://github.com/laravel/pint"
|
||||
},
|
||||
"time": "2022-11-29T16:25:20+00:00"
|
||||
"time": "2022-12-20T17:16:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/sail",
|
||||
|
|
|
@ -16,6 +16,7 @@ class BookmarksTest extends TestCase
|
|||
{
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
* @group puppeteer
|
||||
*
|
||||
public function takeScreenshotOfDuckDuckGo()
|
||||
|
|
|
@ -17,6 +17,7 @@ class HelpersTest extends TestCase
|
|||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
* @dataProvider urlProvider
|
||||
*
|
||||
* @param string $input
|
||||
|
|
|
@ -34,6 +34,7 @@ class TagsTest extends TestCase
|
|||
|
||||
/**
|
||||
* @test
|
||||
*
|
||||
* @dataProvider tagsProvider
|
||||
*
|
||||
* @param string $input
|
||||
|
|
Loading…
Add table
Reference in a new issue