summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-24 12:56:51 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2023-05-25 11:52:19 +0200
commitbe1f6f3e1a46b77db2480370dfe47c9e9ca67aa0 (patch)
treef634a82038346a223251c8970c54cf2ccdcccfa7
parent64f7612df10daa6155e401e968e7526896971a15 (diff)
Build(deps-dev): Bump phpstan/extension-installer from 1.3.0 to 1.3.1
Bumps [phpstan/extension-installer](https://github.com/phpstan/extension-installer) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/phpstan/extension-installer/releases) - [Commits](https://github.com/phpstan/extension-installer/compare/1.3.0...1.3.1) --- updated-dependencies: - dependency-name: phpstan/extension-installer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.json2
-rw-r--r--composer.lock23
2 files changed, 10 insertions, 15 deletions
diff --git a/composer.json b/composer.json
index 6c84658e7..ba26c67e3 100644
--- a/composer.json
+++ b/composer.json
@@ -60,7 +60,7 @@
"phpstan/phpstan-doctrine": "^1.3.40",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpstan/phpstan-phpunit": "^1.3.12",
- "phpstan/extension-installer": "^1.3.0",
+ "phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan-deprecation-rules": "^1.1",
"guzzlehttp/guzzle": "^7.3.0",
"doctrine/dbal": "^3.6.2",
diff --git a/composer.lock b/composer.lock
index 0ef30631c..737b87e41 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": "c070a75ae6e1bf0a1c95f241d3175bfd",
+ "content-hash": "888045a5ecf7b071bbf5b5cfd1cb9faa",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1311,22 +1311,22 @@
},
{
"name": "phpstan/extension-installer",
- "version": "1.3.0",
+ "version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/phpstan/extension-installer.git",
- "reference": "f5e02d40f277d28513001976f444d9ff1dc15e9a"
+ "reference": "f45734bfb9984c6c56c4486b71230355f066a58a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f5e02d40f277d28513001976f444d9ff1dc15e9a",
- "reference": "f5e02d40f277d28513001976f444d9ff1dc15e9a",
+ "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f45734bfb9984c6c56c4486b71230355f066a58a",
+ "reference": "f45734bfb9984c6c56c4486b71230355f066a58a",
"shasum": ""
},
"require": {
"composer-plugin-api": "^2.0",
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.8.0"
+ "phpstan/phpstan": "^1.9.0"
},
"require-dev": {
"composer/composer": "^2.0",
@@ -1335,12 +1335,7 @@
},
"type": "composer-plugin",
"extra": {
- "class": "PHPStan\\ExtensionInstaller\\Plugin",
- "phpstan/extension-installer": {
- "ignore": [
- "phpstan/phpstan-phpunit"
- ]
- }
+ "class": "PHPStan\\ExtensionInstaller\\Plugin"
},
"autoload": {
"psr-4": {
@@ -1354,9 +1349,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.3.0"
+ "source": "https://github.com/phpstan/extension-installer/tree/1.3.1"
},
- "time": "2023-04-18T13:08:02+00:00"
+ "time": "2023-05-24T08:59:17+00:00"
},
{
"name": "phpstan/phpstan",