Update Laravel Sail

This commit is contained in:
Jonny Barnes 2022-12-23 10:30:42 +00:00
parent 1d2d1abf0f
commit a8b3dffddb
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
6 changed files with 11 additions and 6 deletions

12
composer.lock generated
View file

@ -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",