diff options
Diffstat (limited to 'vendor/composer')
| -rw-r--r-- | vendor/composer/autoload_psr4.php | 2 | ||||
| -rw-r--r-- | vendor/composer/autoload_static.php | 4 | ||||
| -rw-r--r-- | vendor/composer/installed.json | 23 | ||||
| -rw-r--r-- | vendor/composer/installed.php | 10 |
4 files changed, 19 insertions, 20 deletions
diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php index 469e1edec..e7db092fe 100644 --- a/vendor/composer/autoload_psr4.php +++ b/vendor/composer/autoload_psr4.php @@ -11,7 +11,7 @@ return array( 'chillerlan\\QRCode\\' => array($vendorDir . '/chillerlan/php-qrcode/src'), 'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'), 'Soundasleep\\' => array($vendorDir . '/soundasleep/html2text/src'), - 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src', $vendorDir . '/psr/http-factory/src'), + 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'), 'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'), 'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src/Prophecy'), 'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'), diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 420e21019..4dc835e99 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -176,8 +176,8 @@ class ComposerStaticInit19fc2ff1c0f9a92279c7979386bb2056 ), 'Psr\\Http\\Message\\' => array ( - 0 => __DIR__ . '/..' . '/psr/http-message/src', - 1 => __DIR__ . '/..' . '/psr/http-factory/src', + 0 => __DIR__ . '/..' . '/psr/http-factory/src', + 1 => __DIR__ . '/..' . '/psr/http-message/src', ), 'Psr\\Http\\Client\\' => array ( diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index da72ace1a..91fa11459 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1288,26 +1288,26 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.3", - "version_normalized": "1.10.3.0", + "version": "2.0.1", + "version_normalized": "2.0.1.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "5419375b5891add97dc74be71e6c1c34baaddf64" + "reference": "ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/5419375b5891add97dc74be71e6c1c34baaddf64", - "reference": "5419375b5891add97dc74be71e6c1c34baaddf64", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d", + "reference": "ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" }, - "time": "2023-02-25T14:47:13+00:00", + "time": "2024-11-11T15:43:04+00:00", "bin": [ "phpstan", "phpstan.phar" @@ -1329,8 +1329,11 @@ "static analysis" ], "support": { + "docs": "https://phpstan.org/user-guide/getting-started", + "forum": "https://github.com/phpstan/phpstan/discussions", "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.10.3" + "security": "https://github.com/phpstan/phpstan/security/policy", + "source": "https://github.com/phpstan/phpstan-src" }, "funding": [ { @@ -1340,10 +1343,6 @@ { "url": "https://github.com/phpstan", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", - "type": "tidelift" } ], "install-path": "../phpstan/phpstan" diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 0fc897074..799734701 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => '__root__', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'df489df309dc831b357a9cc36fe72ad5a99d22e0', + 'reference' => '6273e26ea463e2762f2d736455f4912de7171cfa', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -13,7 +13,7 @@ '__root__' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'df489df309dc831b357a9cc36fe72ad5a99d22e0', + 'reference' => '6273e26ea463e2762f2d736455f4912de7171cfa', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -184,9 +184,9 @@ 'dev_requirement' => true, ), 'phpstan/phpstan' => array( - 'pretty_version' => '1.10.3', - 'version' => '1.10.3.0', - 'reference' => '5419375b5891add97dc74be71e6c1c34baaddf64', + 'pretty_version' => '2.0.1', + 'version' => '2.0.1.0', + 'reference' => 'ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d', 'type' => 'library', 'install_path' => __DIR__ . '/../phpstan/phpstan', 'aliases' => array(), |