mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 17:41:01 +00:00
Merge pull request #4836 from wallabag/dependabot/composer/phpstan/extension-installer-1.1.0
Bump phpstan/extension-installer from 1.0.5 to 1.1.0
This commit is contained in:
commit
df7b937f54
1 changed files with 7 additions and 11 deletions
18
composer.lock
generated
18
composer.lock
generated
|
@ -11388,16 +11388,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/extension-installer",
|
"name": "phpstan/extension-installer",
|
||||||
"version": "1.0.5",
|
"version": "1.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/extension-installer.git",
|
"url": "https://github.com/phpstan/extension-installer.git",
|
||||||
"reference": "5c2da3846819f951385cb6a25d3277051481c48a"
|
"reference": "66c7adc9dfa38b6b5838a9fb728b68a7d8348051"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/extension-installer/zipball/5c2da3846819f951385cb6a25d3277051481c48a",
|
"url": "https://api.github.com/repos/phpstan/extension-installer/zipball/66c7adc9dfa38b6b5838a9fb728b68a7d8348051",
|
||||||
"reference": "5c2da3846819f951385cb6a25d3277051481c48a",
|
"reference": "66c7adc9dfa38b6b5838a9fb728b68a7d8348051",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -11407,13 +11407,9 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"composer/composer": "^1.8",
|
"composer/composer": "^1.8",
|
||||||
"consistence/coding-standard": "^3.8",
|
"phing/phing": "^2.16.3",
|
||||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
||||||
"ergebnis/composer-normalize": "^2.0.2",
|
|
||||||
"phing/phing": "^2.16",
|
|
||||||
"php-parallel-lint/php-parallel-lint": "^1.2.0",
|
"php-parallel-lint/php-parallel-lint": "^1.2.0",
|
||||||
"phpstan/phpstan-strict-rules": "^0.11",
|
"phpstan/phpstan-strict-rules": "^0.11 || ^0.12"
|
||||||
"slevomat/coding-standard": "^5.0.4"
|
|
||||||
},
|
},
|
||||||
"type": "composer-plugin",
|
"type": "composer-plugin",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
@ -11429,7 +11425,7 @@
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
"description": "Composer plugin for automatic installation of PHPStan extensions",
|
"description": "Composer plugin for automatic installation of PHPStan extensions",
|
||||||
"time": "2020-08-30T12:06:42+00:00"
|
"time": "2020-12-13T13:06:13+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan",
|
"name": "phpstan/phpstan",
|
||||||
|
|
Loading…
Reference in a new issue