diff --git a/composer.json b/composer.json index 5086b51d..bac622fb 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "ergebnis/phpunit-slow-test-detector": "^2.14.0", "fakerphp/faker": "^1.23.1", "infection/infection": "~0.27.11", - "phpstan/extension-installer": "^1.4.0", + "phpstan/extension-installer": "^1.4.1", "phpstan/phpstan": "^1.11.4", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-phpunit": "^1.4.0", diff --git a/composer.lock b/composer.lock index 221fd2c2..1cd41dec 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": "191a6dfac8613242ddf46226bae8f1ba", + "content-hash": "cc544838b93508fffa1b90ad80d63b8f", "packages": [], "packages-dev": [ { @@ -3547,20 +3547,20 @@ }, { "name": "phpstan/extension-installer", - "version": "1.4.0", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/phpstan/extension-installer.git", - "reference": "5b19a72c93e79bb0d410ac2cd55f02c4a6e0cfbe" + "reference": "f6b87faf9fc7978eab2f7919a8760bc9f58f9203" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/5b19a72c93e79bb0d410ac2cd55f02c4a6e0cfbe", - "reference": "5b19a72c93e79bb0d410ac2cd55f02c4a6e0cfbe", + "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f6b87faf9fc7978eab2f7919a8760bc9f58f9203", + "reference": "f6b87faf9fc7978eab2f7919a8760bc9f58f9203", "shasum": "" }, "require": { - "composer-plugin-api": "^2.6.0", + "composer-plugin-api": "^2.0", "php": "^7.2 || ^8.0", "phpstan/phpstan": "^1.9.0" }, @@ -3585,9 +3585,9 @@ "description": "Composer plugin for automatic installation of PHPStan extensions", "support": { "issues": "https://github.com/phpstan/extension-installer/issues", - "source": "https://github.com/phpstan/extension-installer/tree/1.4.0" + "source": "https://github.com/phpstan/extension-installer/tree/1.4.1" }, - "time": "2024-06-06T11:26:29+00:00" + "time": "2024-06-10T08:20:49+00:00" }, { "name": "phpstan/phpdoc-parser",