J. King
2 years ago
8 changed files with 108 additions and 195 deletions
@ -1,5 +0,0 @@ |
|||
{ |
|||
"require-dev": { |
|||
"phpstan/phpstan": "^0.12.99" |
|||
} |
|||
} |
@ -1,79 +0,0 @@ |
|||
{ |
|||
"_readme": [ |
|||
"This file locks the dependencies of your project to a known state", |
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|||
"This file is @generated automatically" |
|||
], |
|||
"content-hash": "b260ae3dc51b5d4100c545bf9e65f543", |
|||
"packages": [], |
|||
"packages-dev": [ |
|||
{ |
|||
"name": "phpstan/phpstan", |
|||
"version": "0.12.100", |
|||
"source": { |
|||
"type": "git", |
|||
"url": "https://github.com/phpstan/phpstan.git", |
|||
"reference": "48236ddf823547081b2b153d1cd2994b784328c3" |
|||
}, |
|||
"dist": { |
|||
"type": "zip", |
|||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/48236ddf823547081b2b153d1cd2994b784328c3", |
|||
"reference": "48236ddf823547081b2b153d1cd2994b784328c3", |
|||
"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", |
|||
"support": { |
|||
"issues": "https://github.com/phpstan/phpstan/issues", |
|||
"source": "https://github.com/phpstan/phpstan/tree/0.12.100" |
|||
}, |
|||
"funding": [ |
|||
{ |
|||
"url": "https://github.com/ondrejmirtes", |
|||
"type": "github" |
|||
}, |
|||
{ |
|||
"url": "https://github.com/phpstan", |
|||
"type": "github" |
|||
}, |
|||
{ |
|||
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", |
|||
"type": "tidelift" |
|||
} |
|||
], |
|||
"time": "2022-11-01T09:52:08+00:00" |
|||
} |
|||
], |
|||
"aliases": [], |
|||
"minimum-stability": "stable", |
|||
"stability-flags": [], |
|||
"prefer-stable": false, |
|||
"prefer-lowest": false, |
|||
"platform": [], |
|||
"platform-dev": [], |
|||
"plugin-api-version": "2.3.0" |
|||
} |
Loading…
Reference in new issue