1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-06 17:41:01 +00:00

Merge pull request #4480 from wallabag/dependabot/composer/phpstan/phpstan-0.12.33

Bump phpstan/phpstan from 0.12.32 to 0.12.33
This commit is contained in:
Jérémy Benoist 2020-07-22 05:24:33 +02:00 committed by GitHub
commit 30888f830a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
composer.lock generated
View file

@ -11371,20 +11371,20 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.32", "version": "0.12.33",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "d03863f504c8432b3de4d1881f73f6acb8c0e67c" "reference": "46e698a0452526a05c4a351d7c47c4b8c37a548d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d03863f504c8432b3de4d1881f73f6acb8c0e67c", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/46e698a0452526a05c4a351d7c47c4b8c37a548d",
"reference": "d03863f504c8432b3de4d1881f73f6acb8c0e67c", "reference": "46e698a0452526a05c4a351d7c47c4b8c37a548d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1" "php": "^7.1|^8.0"
}, },
"conflict": { "conflict": {
"phpstan/phpstan-shim": "*" "phpstan/phpstan-shim": "*"
@ -11423,7 +11423,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-07-01T11:57:52+00:00" "time": "2020-07-19T22:10:11+00:00"
}, },
{ {
"name": "phpstan/phpstan-doctrine", "name": "phpstan/phpstan-doctrine",