diff --git a/composer.json b/composer.json index 99523a76..a73fe782 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "ergebnis/phpstan-rules": "^2.2.0", "ergebnis/phpunit-slow-test-detector": "^2.15.0", "infection/infection": "~0.27.11", - "phpstan/extension-installer": "^1.4.2", + "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan": "^1.12.2", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-doctrine": "^1.5.3", diff --git a/composer.lock b/composer.lock index 1af1d59b..09ba5f77 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": "6ac4bb9d59bc0d28a1296b48840c75b4", + "content-hash": "4bc29bdb4156747f03793d60f14a241d", "packages": [ { "name": "doctrine/cache", @@ -5495,22 +5495,22 @@ }, { "name": "phpstan/extension-installer", - "version": "1.4.2", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/phpstan/extension-installer.git", - "reference": "46c8219b3fb0deb3fc08301e8f0797d321d17dcd" + "reference": "85e90b3942d06b2326fba0403ec24fe912372936" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/46c8219b3fb0deb3fc08301e8f0797d321d17dcd", - "reference": "46c8219b3fb0deb3fc08301e8f0797d321d17dcd", + "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/85e90b3942d06b2326fba0403ec24fe912372936", + "reference": "85e90b3942d06b2326fba0403ec24fe912372936", "shasum": "" }, "require": { "composer-plugin-api": "^2.0", "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.9.0" + "phpstan/phpstan": "^1.9.0 || ^2.0" }, "require-dev": { "composer/composer": "^2.0", @@ -5537,9 +5537,9 @@ ], "support": { "issues": "https://github.com/phpstan/extension-installer/issues", - "source": "https://github.com/phpstan/extension-installer/tree/1.4.2" + "source": "https://github.com/phpstan/extension-installer/tree/1.4.3" }, - "time": "2024-08-26T07:38:00+00:00" + "time": "2024-09-04T20:21:43+00:00" }, { "name": "phpstan/phpdoc-parser",