mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-18 11:45:14 +00:00
Merge pull request #6453 from wallabag/dependabot/composer/phpstan/extension-installer-1.3.0
This commit is contained in:
commit
52667ea4e9
1 changed files with 12 additions and 7 deletions
19
composer.lock
generated
19
composer.lock
generated
|
@ -12637,16 +12637,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/extension-installer",
|
"name": "phpstan/extension-installer",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/extension-installer.git",
|
"url": "https://github.com/phpstan/extension-installer.git",
|
||||||
"reference": "f06dbb052ddc394e7896fcd1cfcd533f9f6ace40"
|
"reference": "f5e02d40f277d28513001976f444d9ff1dc15e9a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f06dbb052ddc394e7896fcd1cfcd533f9f6ace40",
|
"url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f5e02d40f277d28513001976f444d9ff1dc15e9a",
|
||||||
"reference": "f06dbb052ddc394e7896fcd1cfcd533f9f6ace40",
|
"reference": "f5e02d40f277d28513001976f444d9ff1dc15e9a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -12661,7 +12661,12 @@
|
||||||
},
|
},
|
||||||
"type": "composer-plugin",
|
"type": "composer-plugin",
|
||||||
"extra": {
|
"extra": {
|
||||||
"class": "PHPStan\\ExtensionInstaller\\Plugin"
|
"class": "PHPStan\\ExtensionInstaller\\Plugin",
|
||||||
|
"phpstan/extension-installer": {
|
||||||
|
"ignore": [
|
||||||
|
"phpstan/phpstan-phpunit"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
@ -12675,9 +12680,9 @@
|
||||||
"description": "Composer plugin for automatic installation of PHPStan extensions",
|
"description": "Composer plugin for automatic installation of PHPStan extensions",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/phpstan/extension-installer/issues",
|
"issues": "https://github.com/phpstan/extension-installer/issues",
|
||||||
"source": "https://github.com/phpstan/extension-installer/tree/1.2.0"
|
"source": "https://github.com/phpstan/extension-installer/tree/1.3.0"
|
||||||
},
|
},
|
||||||
"time": "2022-10-17T12:59:16+00:00"
|
"time": "2023-04-18T13:08:02+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan",
|
"name": "phpstan/phpstan",
|
||||||
|
|
Loading…
Reference in a new issue