summaryrefslogtreecommitdiffstats
path: root/composer.lock
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2020-08-24 22:29:35 +0200
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-08-25 20:52:48 +0200
commit54630030c35067c168847b3eaf109d93058e586a (patch)
treeb9507a58686635fafa8289f502c90c18793ee7c2 /composer.lock
parentea95ccb378a2c22f3a8865561b723afe155d2f1b (diff)
Add phpstan checks
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock59
1 files changed, 58 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index 18fe13329..9b63aaee6 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "5d0dd841527ad1bf8a165119686cfec8",
+ "content-hash": "bc8a010805b2f925d3c58ddc19b728e8",
"packages": [
{
"name": "andreskrey/readability.php",
@@ -804,6 +804,62 @@
"time": "2020-03-05T15:02:03+00:00"
},
{
+ "name": "phpstan/phpstan",
+ "version": "0.12.38",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpstan/phpstan.git",
+ "reference": "ad606c5f1c641b465b739e79a3a0f1a5a57cf1b4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ad606c5f1c641b465b739e79a3a0f1a5a57cf1b4",
+ "reference": "ad606c5f1c641b465b739e79a3a0f1a5a57cf1b4",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1|^8.0"
+ },
+ "conflict": {
+ "phpstan/phpstan-shim": "*"
+ },
+ "bin": [
+ "phpstan",
+ "phpstan.phar"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.12-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "PHPStan - PHP Static Analysis Tool",
+ "funding": [
+ {
+ "url": "https://github.com/ondrejmirtes",
+ "type": "github"
+ },
+ {
+ "url": "https://www.patreon.com/phpstan",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2020-08-19T08:13:30+00:00"
+ },
+ {
"name": "phpunit/php-code-coverage",
"version": "6.1.4",
"source": {
@@ -1053,6 +1109,7 @@
"keywords": [
"tokenizer"
],
+ "abandoned": true,
"time": "2019-09-17T06:23:10+00:00"
},
{