From 4d4c8a318b0c34b04ea3b6f4a81f7ab777aa36d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:19:24 +0000 Subject: [PATCH] Bump phpstan/phpstan from 1.10.64 to 1.10.65 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.64 to 1.10.65. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.64...1.10.65) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 6116294..1ea31d2 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": "^8.0" }, "require-dev": { - "phpstan/phpstan": "1.10.64", + "phpstan/phpstan": "1.10.65", "pocketmine/pocketmine-mp": "dev-stable" }, "autoload": { diff --git a/composer.lock b/composer.lock index a509a30..695a39f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "65169b475874c45b067040545131609b", + "content-hash": "4361cb94a7520e943cd207ccdeaef4a8", "packages": [], "packages-dev": [ { @@ -250,16 +250,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.64", + "version": "1.10.65", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "fb9f270daffedcb5ff46275dcafe92538b1bc4bb" + "reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/fb9f270daffedcb5ff46275dcafe92538b1bc4bb", - "reference": "fb9f270daffedcb5ff46275dcafe92538b1bc4bb", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3c657d057a0b7ecae19cb12db446bbc99d8839c6", + "reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6", "shasum": "" }, "require": { @@ -308,7 +308,7 @@ "type": "tidelift" } ], - "time": "2024-03-21T09:57:47+00:00" + "time": "2024-03-23T10:30:26+00:00" }, { "name": "pocketmine/bedrock-data",