Update Laravel Pint and fix code style

This commit is contained in:
Jonny Barnes 2022-12-02 19:49:29 +00:00
parent 16d711b874
commit 33acf33be9
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
3 changed files with 13 additions and 13 deletions

18
composer.lock generated
View file

@ -9031,16 +9031,16 @@
}, },
{ {
"name": "laravel/pint", "name": "laravel/pint",
"version": "v1.2.0", "version": "v1.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/pint.git", "url": "https://github.com/laravel/pint.git",
"reference": "1d276e4c803397a26cc337df908f55c2a4e90d86" "reference": "e60e2112ee779ce60f253695b273d1646a17d6f1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/pint/zipball/1d276e4c803397a26cc337df908f55c2a4e90d86", "url": "https://api.github.com/repos/laravel/pint/zipball/e60e2112ee779ce60f253695b273d1646a17d6f1",
"reference": "1d276e4c803397a26cc337df908f55c2a4e90d86", "reference": "e60e2112ee779ce60f253695b273d1646a17d6f1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9052,10 +9052,10 @@
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^3.11.0", "friendsofphp/php-cs-fixer": "^3.11.0",
"illuminate/view": "^9.27", "illuminate/view": "^9.32.0",
"laravel-zero/framework": "^9.1.3", "laravel-zero/framework": "^9.2.0",
"mockery/mockery": "^1.5.0", "mockery/mockery": "^1.5.1",
"nunomaduro/larastan": "^2.2", "nunomaduro/larastan": "^2.2.0",
"nunomaduro/termwind": "^1.14.0", "nunomaduro/termwind": "^1.14.0",
"pestphp/pest": "^1.22.1" "pestphp/pest": "^1.22.1"
}, },
@ -9093,7 +9093,7 @@
"issues": "https://github.com/laravel/pint/issues", "issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint" "source": "https://github.com/laravel/pint"
}, },
"time": "2022-09-13T15:07:15+00:00" "time": "2022-11-29T16:25:20+00:00"
}, },
{ {
"name": "laravel/sail", "name": "laravel/sail",