Update Laravel Pint

This commit is contained in:
Jonny Barnes 2023-07-27 21:14:23 +01:00
parent 87e04b063f
commit b1407af945
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
9 changed files with 15 additions and 15 deletions

14
composer.lock generated
View file

@ -9165,16 +9165,16 @@
},
{
"name": "laravel/pint",
"version": "v1.10.3",
"version": "v1.10.5",
"source": {
"type": "git",
"url": "https://github.com/laravel/pint.git",
"reference": "c472786bca01e4812a9bb7933b23edfc5b6877b7"
"reference": "a458fb057bfa2f5a09888a8aa349610be807b0c3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/pint/zipball/c472786bca01e4812a9bb7933b23edfc5b6877b7",
"reference": "c472786bca01e4812a9bb7933b23edfc5b6877b7",
"url": "https://api.github.com/repos/laravel/pint/zipball/a458fb057bfa2f5a09888a8aa349610be807b0c3",
"reference": "a458fb057bfa2f5a09888a8aa349610be807b0c3",
"shasum": ""
},
"require": {
@ -9185,9 +9185,9 @@
"php": "^8.1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.18.0",
"friendsofphp/php-cs-fixer": "^3.21.1",
"illuminate/view": "^10.5.1",
"laravel-zero/framework": "^10.0.2",
"laravel-zero/framework": "^10.1.1",
"mockery/mockery": "^1.5.1",
"nunomaduro/larastan": "^2.5.1",
"nunomaduro/termwind": "^1.15.1",
@ -9227,7 +9227,7 @@
"issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint"
},
"time": "2023-06-20T15:55:03+00:00"
"time": "2023-07-14T10:26:01+00:00"
},
{
"name": "laravel/sail",