mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-02 12:02:23 +00:00
Bump phpstan/extension-installer from 1.0.4 to 1.0.5
Bumps [phpstan/extension-installer](https://github.com/phpstan/extension-installer) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/phpstan/extension-installer/releases) - [Commits](https://github.com/phpstan/extension-installer/compare/1.0.4...1.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
7cd221b621
commit
74e7041efc
1 changed files with 8 additions and 8 deletions
16
composer.lock
generated
16
composer.lock
generated
|
@ -11480,30 +11480,30 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/extension-installer",
|
"name": "phpstan/extension-installer",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/extension-installer.git",
|
"url": "https://github.com/phpstan/extension-installer.git",
|
||||||
"reference": "2e041def501d661b806f50000c8a4dccbd4907b4"
|
"reference": "5c2da3846819f951385cb6a25d3277051481c48a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/extension-installer/zipball/2e041def501d661b806f50000c8a4dccbd4907b4",
|
"url": "https://api.github.com/repos/phpstan/extension-installer/zipball/5c2da3846819f951385cb6a25d3277051481c48a",
|
||||||
"reference": "2e041def501d661b806f50000c8a4dccbd4907b4",
|
"reference": "5c2da3846819f951385cb6a25d3277051481c48a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"composer-plugin-api": "^1.1 || ^2.0",
|
"composer-plugin-api": "^1.1 || ^2.0",
|
||||||
"php": "^7.1",
|
"php": "^7.1 || ^8.0",
|
||||||
"phpstan/phpstan": ">=0.11.6"
|
"phpstan/phpstan": ">=0.11.6"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"composer/composer": "^1.8",
|
"composer/composer": "^1.8",
|
||||||
"consistence/coding-standard": "^3.8",
|
"consistence/coding-standard": "^3.8",
|
||||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
||||||
"ergebnis/composer-normalize": "^2.0.2",
|
"ergebnis/composer-normalize": "^2.0.2",
|
||||||
"jakub-onderka/php-parallel-lint": "^1.0",
|
|
||||||
"phing/phing": "^2.16",
|
"phing/phing": "^2.16",
|
||||||
|
"php-parallel-lint/php-parallel-lint": "^1.2.0",
|
||||||
"phpstan/phpstan-strict-rules": "^0.11",
|
"phpstan/phpstan-strict-rules": "^0.11",
|
||||||
"slevomat/coding-standard": "^5.0.4"
|
"slevomat/coding-standard": "^5.0.4"
|
||||||
},
|
},
|
||||||
|
@ -11521,7 +11521,7 @@
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
"description": "Composer plugin for automatic installation of PHPStan extensions",
|
"description": "Composer plugin for automatic installation of PHPStan extensions",
|
||||||
"time": "2020-03-31T16:00:42+00:00"
|
"time": "2020-08-30T12:06:42+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan",
|
"name": "phpstan/phpstan",
|
||||||
|
|
Loading…
Reference in a new issue