From 4bb3bc8efbf887a4761ff40c60cbf814a589fa20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 02:04:55 +0000 Subject: [PATCH] Bump phpstan/phpstan from 1.12.9 to 2.0.2 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.12.9 to 2.0.2. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.12.9...2.0.2) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index c0756cf..9a84970 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ }, "require-dev": { "helhum/typo3-console": "^6.7 || ^7.1", - "phpstan/phpstan": "^1.8", + "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^9.5", "roave/security-advisories": "dev-latest", "squizlabs/php_codesniffer": "^3.5", diff --git a/composer.lock b/composer.lock index 7909249..d7133fa 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": "3f02fcc9f6bf65c1c3a98d771d50122f", + "content-hash": "fd71e74090f1ba32357bea7140a9ef53", "packages": [ { "name": "bacon/bacon-qr-code", @@ -6278,20 +6278,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.9", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "ceb937fb39a92deabc02d20709cf14b2c452502c" + "reference": "6c98c7600fc717b2c78c11ef60040d5b1e359c82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ceb937fb39a92deabc02d20709cf14b2c452502c", - "reference": "ceb937fb39a92deabc02d20709cf14b2c452502c", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6c98c7600fc717b2c78c11ef60040d5b1e359c82", + "reference": "6c98c7600fc717b2c78c11ef60040d5b1e359c82", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -6332,7 +6332,7 @@ "type": "github" } ], - "time": "2024-11-10T17:10:04+00:00" + "time": "2024-11-17T14:17:00+00:00" }, { "name": "phpunit/php-code-coverage",