diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock index b1b02ce..d7b1737 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "7a0cc5da0ce5a7eec0d4fdc30087dd9b", + "content-hash": "b26e62f8b85c611f3db528f8690e4dfe", "packages": [ { "name": "altorouter/altorouter", @@ -1438,6 +1438,48 @@ "time": "2020-03-05T15:02:03+00:00" }, { + "name": "phpstan/phpstan", + "version": "0.12.19", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpstan.git", + "reference": "054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d", + "reference": "054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d", + "shasum": "" + }, + "require": { + "php": "^7.1" + }, + "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", + "time": "2020-04-19T20:35:10+00:00" + }, + { "name": "phpunit/php-code-coverage", "version": "7.0.10", "source": { |