summaryrefslogtreecommitdiff
path: root/vendor/composer
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
parent2a5c2be6cdd9ba9217a0661805b62aeec1de90c3 (diff)
require phpstan via composer
Diffstat (limited to 'vendor/composer')
-rw-r--r--vendor/composer/InstalledVersions.php14
-rw-r--r--vendor/composer/autoload_files.php1
-rw-r--r--vendor/composer/autoload_static.php1
-rw-r--r--vendor/composer/installed.json71
-rw-r--r--vendor/composer/installed.php14
5 files changed, 96 insertions, 5 deletions
diff --git a/vendor/composer/InstalledVersions.php b/vendor/composer/InstalledVersions.php
index e17d3b0a7..7aa64aca4 100644
--- a/vendor/composer/InstalledVersions.php
+++ b/vendor/composer/InstalledVersions.php
@@ -30,7 +30,7 @@ private static $installed = array (
'aliases' =>
array (
),
- 'reference' => 'f96abd2b52b9de5eac3651594ca32c6a4023c3e3',
+ 'reference' => '2a5c2be6cdd9ba9217a0661805b62aeec1de90c3',
'dev-requirement' => true,
'name' => '__root__',
),
@@ -43,7 +43,7 @@ private static $installed = array (
'aliases' =>
array (
),
- 'reference' => 'f96abd2b52b9de5eac3651594ca32c6a4023c3e3',
+ 'reference' => '2a5c2be6cdd9ba9217a0661805b62aeec1de90c3',
'dev-requirement' => false,
),
'beberlei/assert' =>
@@ -106,6 +106,16 @@ private static $installed = array (
'reference' => 'f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c',
'dev-requirement' => false,
),
+ 'phpstan/phpstan' =>
+ array (
+ 'pretty_version' => '0.12.99',
+ 'version' => '0.12.99.0',
+ 'aliases' =>
+ array (
+ ),
+ 'reference' => 'b4d40f1d759942f523be267a1bab6884f46ca3f7',
+ 'dev-requirement' => true,
+ ),
'spomky-labs/otphp' =>
array (
'pretty_version' => 'v10.0.1',
diff --git a/vendor/composer/autoload_files.php b/vendor/composer/autoload_files.php
index a2686669c..636fe7c0f 100644
--- a/vendor/composer/autoload_files.php
+++ b/vendor/composer/autoload_files.php
@@ -6,6 +6,7 @@ $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
+ '9b38cf48e83f5d8f60375221cd213eee' => $vendorDir . '/phpstan/phpstan/bootstrap.php',
'a4ecaeafb8cfb009ad0e052c90355e98' => $vendorDir . '/beberlei/assert/lib/Assert/functions.php',
'51fcf4e06c07cc00c920b44bcd900e7a' => $vendorDir . '/thecodingmachine/safe/deprecated/apc.php',
'47f619d9197b36cf5ab70738d7743fe2' => $vendorDir . '/thecodingmachine/safe/deprecated/libevent.php',
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php
index 6f1c238b1..d1b8ceed0 100644
--- a/vendor/composer/autoload_static.php
+++ b/vendor/composer/autoload_static.php
@@ -7,6 +7,7 @@ namespace Composer\Autoload;
class ComposerStaticInit19fc2ff1c0f9a92279c7979386bb2056
{
public static $files = array (
+ '9b38cf48e83f5d8f60375221cd213eee' => __DIR__ . '/..' . '/phpstan/phpstan/bootstrap.php',
'a4ecaeafb8cfb009ad0e052c90355e98' => __DIR__ . '/..' . '/beberlei/assert/lib/Assert/functions.php',
'51fcf4e06c07cc00c920b44bcd900e7a' => __DIR__ . '/..' . '/thecodingmachine/safe/deprecated/apc.php',
'47f619d9197b36cf5ab70738d7743fe2' => __DIR__ . '/..' . '/thecodingmachine/safe/deprecated/libevent.php',
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"
+ ]
}
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php
index 59d40508a..17ae71708 100644
--- a/vendor/composer/installed.php
+++ b/vendor/composer/installed.php
@@ -6,7 +6,7 @@
'aliases' =>
array (
),
- 'reference' => 'f96abd2b52b9de5eac3651594ca32c6a4023c3e3',
+ 'reference' => '2a5c2be6cdd9ba9217a0661805b62aeec1de90c3',
'dev-requirement' => true,
'name' => '__root__',
),
@@ -19,7 +19,7 @@
'aliases' =>
array (
),
- 'reference' => 'f96abd2b52b9de5eac3651594ca32c6a4023c3e3',
+ 'reference' => '2a5c2be6cdd9ba9217a0661805b62aeec1de90c3',
'dev-requirement' => false,
),
'beberlei/assert' =>
@@ -82,6 +82,16 @@
'reference' => 'f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c',
'dev-requirement' => false,
),
+ 'phpstan/phpstan' =>
+ array (
+ 'pretty_version' => '0.12.99',
+ 'version' => '0.12.99.0',
+ 'aliases' =>
+ array (
+ ),
+ 'reference' => 'b4d40f1d759942f523be267a1bab6884f46ca3f7',
+ 'dev-requirement' => true,
+ ),
'spomky-labs/otphp' =>
array (
'pretty_version' => 'v10.0.1',