mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
Merge pull request #4485 from wallabag/dependabot/composer/phpstan/phpstan-phpunit-0.12.13
Bump phpstan/phpstan-phpunit from 0.12.11 to 0.12.13
This commit is contained in:
commit
bc330894e1
1 changed files with 8 additions and 8 deletions
16
composer.lock
generated
16
composer.lock
generated
|
@ -11493,28 +11493,28 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan-phpunit",
|
"name": "phpstan/phpstan-phpunit",
|
||||||
"version": "0.12.11",
|
"version": "0.12.13",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpstan-phpunit.git",
|
"url": "https://github.com/phpstan/phpstan-phpunit.git",
|
||||||
"reference": "ab783a8ea634ea23305a8818c4750603e714489b"
|
"reference": "92fb18f91ded4981e24862cc34fb19eeced64099"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/ab783a8ea634ea23305a8818c4750603e714489b",
|
"url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/92fb18f91ded4981e24862cc34fb19eeced64099",
|
||||||
"reference": "ab783a8ea634ea23305a8818c4750603e714489b",
|
"reference": "92fb18f91ded4981e24862cc34fb19eeced64099",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "~7.1",
|
"php": "^7.1 || ^8.0",
|
||||||
"phpstan/phpstan": "^0.12.20"
|
"phpstan/phpstan": "^0.12.33"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"phpunit/phpunit": "<7.0"
|
"phpunit/phpunit": "<7.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"consistence/coding-standard": "^3.5",
|
"consistence/coding-standard": "^3.5",
|
||||||
"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",
|
"jakub-onderka/php-parallel-lint": "^1.0",
|
||||||
"phing/phing": "^2.16.0",
|
"phing/phing": "^2.16.0",
|
||||||
|
@ -11545,7 +11545,7 @@
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
"description": "PHPUnit extensions and rules for PHPStan",
|
"description": "PHPUnit extensions and rules for PHPStan",
|
||||||
"time": "2020-06-01T16:43:31+00:00"
|
"time": "2020-07-21T14:48:45+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan-symfony",
|
"name": "phpstan/phpstan-symfony",
|
||||||
|
|
Loading…
Reference in a new issue