From b691077ef9a8847fd8509e47c1d764c4c75de1df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:52:18 +0000 Subject: [PATCH] build(deps-dev): bump laravel/pint from 1.10.2 to 1.13.1 Bumps [laravel/pint](https://github.com/laravel/pint) from 1.10.2 to 1.13.1. - [Release notes](https://github.com/laravel/pint/releases) - [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md) - [Commits](https://github.com/laravel/pint/compare/v1.10.2...v1.13.1) --- updated-dependencies: - dependency-name: laravel/pint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index d7fe78d..963b0aa 100644 --- a/composer.lock +++ b/composer.lock @@ -5762,16 +5762,16 @@ }, { "name": "laravel/pint", - "version": "v1.10.2", + "version": "v1.13.1", "source": { "type": "git", "url": "https://github.com/laravel/pint.git", - "reference": "f78de1a1bbab7aa41a6ea211c5962b0530d1a301" + "reference": "22f204242d68095b3ba7dab5d3ef0240454a4652" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/f78de1a1bbab7aa41a6ea211c5962b0530d1a301", - "reference": "f78de1a1bbab7aa41a6ea211c5962b0530d1a301", + "url": "https://api.github.com/repos/laravel/pint/zipball/22f204242d68095b3ba7dab5d3ef0240454a4652", + "reference": "22f204242d68095b3ba7dab5d3ef0240454a4652", "shasum": "" }, "require": { @@ -5782,9 +5782,9 @@ "php": "^8.1.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.17.0", + "friendsofphp/php-cs-fixer": "^3.21.1", "illuminate/view": "^10.5.1", - "laravel-zero/framework": "^10.0.2", + "laravel-zero/framework": "^10.1.2", "mockery/mockery": "^1.5.1", "nunomaduro/larastan": "^2.5.1", "nunomaduro/termwind": "^1.15.1", @@ -5824,7 +5824,7 @@ "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, - "time": "2023-06-12T10:50:04+00:00" + "time": "2023-09-06T11:03:34+00:00" }, { "name": "laravel/sail",