summaryrefslogtreecommitdiff
path: root/vendor/composer/installed.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-10-22 13:42:29 +0300
committerAndrew Dolgov <[email protected]>2021-10-22 13:42:29 +0300
commit3b70d1f62275752c966e778dec0c20e67d176f03 (patch)
treeeb1447c4174c01d77802f239ad66fdc65638a15f /vendor/composer/installed.json
parent2a5c2be6cdd9ba9217a0661805b62aeec1de90c3 (diff)
require phpstan via composer
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r--vendor/composer/installed.json71
1 files changed, 70 insertions, 1 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 7de696894..e06a40433 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -390,6 +390,73 @@
"install-path": "../paragonie/constant_time_encoding"
},
{
+ "name": "phpstan/phpstan",
+ "version": "0.12.99",
+ "version_normalized": "0.12.99.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpstan/phpstan.git",
+ "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b4d40f1d759942f523be267a1bab6884f46ca3f7",
+ "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1|^8.0"
+ },
+ "conflict": {
+ "phpstan/phpstan-shim": "*"
+ },
+ "time": "2021-09-12T20:09:55+00:00",
+ "bin": [
+ "phpstan",
+ "phpstan.phar"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.12-dev"
+ }
+ },
+ "installation-source": "dist",
+ "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.99"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/ondrejmirtes",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/phpstan",
+ "type": "github"
+ },
+ {
+ "url": "https://www.patreon.com/phpstan",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
+ "type": "tidelift"
+ }
+ ],
+ "install-path": "../phpstan/phpstan"
+ },
+ {
"name": "spomky-labs/otphp",
"version": "v10.0.1",
"version_normalized": "10.0.1.0",
@@ -611,5 +678,7 @@
}
],
"dev": true,
- "dev-package-names": []
+ "dev-package-names": [
+ "phpstan/phpstan"
+ ]
}