From ea83879a243fd29155d25cc88665bf37a33e7da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:24:45 +0000 Subject: [PATCH] chore(deps-dev): bump laravel-zero/phar-updater from 1.1.1 to 1.4.0 Bumps [laravel-zero/phar-updater](https://github.com/laravel-zero/phar-updater) from 1.1.1 to 1.4.0. - [Changelog](https://github.com/laravel-zero/phar-updater/blob/main/CHANGELOG.md) - [Commits](https://github.com/laravel-zero/phar-updater/compare/v1.1.1...v1.4.0) --- updated-dependencies: - dependency-name: laravel-zero/phar-updater dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/composer.lock b/composer.lock index c0cb932..dc12eb6 100644 --- a/composer.lock +++ b/composer.lock @@ -2551,28 +2551,29 @@ }, { "name": "laravel-zero/phar-updater", - "version": "v1.1.1", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/laravel-zero/phar-updater.git", - "reference": "ac583f0983f91df9ca18c31ef6fd44dd51820495" + "reference": "700fafcde3b59e261f896b1bdb0f5657f5d46f99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel-zero/phar-updater/zipball/ac583f0983f91df9ca18c31ef6fd44dd51820495", - "reference": "ac583f0983f91df9ca18c31ef6fd44dd51820495", + "url": "https://api.github.com/repos/laravel-zero/phar-updater/zipball/700fafcde3b59e261f896b1bdb0f5657f5d46f99", + "reference": "700fafcde3b59e261f896b1bdb0f5657f5d46f99", "shasum": "" }, "require": { - "php": "^7.3|^8.0" + "php": "^8.1" }, "conflict": { "padraic/phar-updater": "*" }, "require-dev": { "ext-json": "*", - "phpstan/phpstan": "^0.12.85", - "phpunit/phpunit": "^9.4" + "laravel/pint": "^1.12", + "phpstan/phpstan": "^1.10.32", + "phpunit/phpunit": "^9.6.11" }, "type": "library", "autoload": { @@ -2589,6 +2590,11 @@ "name": "Padraic Brady", "email": "padraic.brady@gmail.com", "homepage": "http://blog.astrumfutura.com" + }, + { + "name": "Owen Voke", + "email": "development@voke.dev", + "homepage": "https://voke.dev" } ], "description": "A thing to make PHAR self-updating easy and secure.", @@ -2600,9 +2606,9 @@ ], "support": { "issues": "https://github.com/laravel-zero/phar-updater/issues", - "source": "https://github.com/laravel-zero/phar-updater/tree/v1.1.1" + "source": "https://github.com/laravel-zero/phar-updater/tree/v1.4.0" }, - "time": "2021-08-03T08:29:40+00:00" + "time": "2023-09-01T10:40:10+00:00" }, { "name": "league/flysystem",