-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
67 changed files
with
208 additions
and
3,038 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -352,17 +352,17 @@ | |
}, | ||
{ | ||
"name": "phpstan/phpstan", | ||
"version": "1.9.4", | ||
"version_normalized": "1.9.4.0", | ||
"version": "1.9.5", | ||
"version_normalized": "1.9.5.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/phpstan/phpstan.git", | ||
"reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2" | ||
"reference": "4d18c5d98965029c2aa1ccbd91dc22e7ba8c5034" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d03bccee595e2146b7c9d174486b84f4dc61b0f2", | ||
"reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2", | ||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/4d18c5d98965029c2aa1ccbd91dc22e7ba8c5034", | ||
"reference": "4d18c5d98965029c2aa1ccbd91dc22e7ba8c5034", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
|
@@ -371,7 +371,7 @@ | |
"conflict": { | ||
"phpstan/phpstan-shim": "*" | ||
}, | ||
"time": "2022-12-17T13:33:52+00:00", | ||
"time": "2023-01-02T21:35:42+00:00", | ||
"bin": [ | ||
"phpstan", | ||
"phpstan.phar" | ||
|
@@ -394,7 +394,7 @@ | |
], | ||
"support": { | ||
"issues": "https://github.com/phpstan/phpstan/issues", | ||
"source": "https://github.com/phpstan/phpstan/tree/1.9.4" | ||
"source": "https://github.com/phpstan/phpstan/tree/1.9.5" | ||
}, | ||
"funding": [ | ||
{ | ||
|
@@ -825,142 +825,6 @@ | |
}, | ||
"install-path": "../staabm/phpstan-dba" | ||
}, | ||
{ | ||
"name": "symfony/deprecation-contracts", | ||
"version": "v2.5.2", | ||
"version_normalized": "2.5.2.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/symfony/deprecation-contracts.git", | ||
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", | ||
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">=7.1" | ||
}, | ||
"time": "2022-01-02T09:53:40+00:00", | ||
"type": "library", | ||
"extra": { | ||
"branch-alias": { | ||
"dev-main": "2.5-dev" | ||
}, | ||
"thanks": { | ||
"name": "symfony/contracts", | ||
"url": "https://github.com/symfony/contracts" | ||
} | ||
}, | ||
"installation-source": "dist", | ||
"autoload": { | ||
"files": [ | ||
"function.php" | ||
] | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Nicolas Grekas", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Symfony Community", | ||
"homepage": "https://symfony.com/contributors" | ||
} | ||
], | ||
"description": "A generic function and convention to trigger deprecation notices", | ||
"homepage": "https://symfony.com", | ||
"support": { | ||
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" | ||
}, | ||
"funding": [ | ||
{ | ||
"url": "https://symfony.com/sponsor", | ||
"type": "custom" | ||
}, | ||
{ | ||
"url": "https://github.com/fabpot", | ||
"type": "github" | ||
}, | ||
{ | ||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | ||
"type": "tidelift" | ||
} | ||
], | ||
"install-path": "../symfony/deprecation-contracts" | ||
}, | ||
{ | ||
"name": "symfony/finder", | ||
"version": "v5.4.17", | ||
"version_normalized": "5.4.17.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/symfony/finder.git", | ||
"reference": "40c08632019838dfb3350f18cf5563b8080055fc" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/symfony/finder/zipball/40c08632019838dfb3350f18cf5563b8080055fc", | ||
"reference": "40c08632019838dfb3350f18cf5563b8080055fc", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">=7.2.5", | ||
"symfony/deprecation-contracts": "^2.1|^3", | ||
"symfony/polyfill-php80": "^1.16" | ||
}, | ||
"time": "2022-12-22T10:31:03+00:00", | ||
"type": "library", | ||
"installation-source": "dist", | ||
"autoload": { | ||
"psr-4": { | ||
"Symfony\\Component\\Finder\\": "" | ||
}, | ||
"exclude-from-classmap": [ | ||
"/Tests/" | ||
] | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Fabien Potencier", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Symfony Community", | ||
"homepage": "https://symfony.com/contributors" | ||
} | ||
], | ||
"description": "Finds files and directories via an intuitive fluent interface", | ||
"homepage": "https://symfony.com", | ||
"support": { | ||
"source": "https://github.com/symfony/finder/tree/v5.4.17" | ||
}, | ||
"funding": [ | ||
{ | ||
"url": "https://symfony.com/sponsor", | ||
"type": "custom" | ||
}, | ||
{ | ||
"url": "https://github.com/fabpot", | ||
"type": "github" | ||
}, | ||
{ | ||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | ||
"type": "tidelift" | ||
} | ||
], | ||
"install-path": "../symfony/finder" | ||
}, | ||
{ | ||
"name": "symfony/polyfill-php80", | ||
"version": "v1.27.0", | ||
|
@@ -1316,25 +1180,25 @@ | |
}, | ||
{ | ||
"name": "tomasvotruba/cognitive-complexity", | ||
"version": "0.0.1.72", | ||
"version_normalized": "0.0.1.72", | ||
"version": "0.0.5.72", | ||
"version_normalized": "0.0.5.72", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/TomasVotruba/cognitive-complexity.git", | ||
"reference": "bd6a1e9f8b34a026d7cb2519ad3cfabf094e01fb" | ||
"reference": "b7ce4c001279dba61c91a7967d860a083524ca21" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/TomasVotruba/cognitive-complexity/zipball/bd6a1e9f8b34a026d7cb2519ad3cfabf094e01fb", | ||
"reference": "bd6a1e9f8b34a026d7cb2519ad3cfabf094e01fb", | ||
"url": "https://api.github.com/repos/TomasVotruba/cognitive-complexity/zipball/b7ce4c001279dba61c91a7967d860a083524ca21", | ||
"reference": "b7ce4c001279dba61c91a7967d860a083524ca21", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"nette/utils": "^3.2", | ||
"php": "^7.2 || 8.0.*", | ||
"phpstan/phpstan": "^1.9.3" | ||
}, | ||
"time": "2022-12-23T12:54:43+00:00", | ||
"time": "2022-12-29T13:35:37+00:00", | ||
"type": "phpstan-extension", | ||
"extra": { | ||
"phpstan": { | ||
|
@@ -1356,7 +1220,7 @@ | |
"description": "PHPStan rules to measure cognitive complexity of your classes and methods", | ||
"support": { | ||
"issues": "https://github.com/TomasVotruba/cognitive-complexity/issues", | ||
"source": "https://github.com/TomasVotruba/cognitive-complexity/tree/0.0.1.72" | ||
"source": "https://github.com/TomasVotruba/cognitive-complexity/tree/0.0.5.72" | ||
}, | ||
"install-path": "../tomasvotruba/cognitive-complexity" | ||
}, | ||
|
@@ -1408,27 +1272,26 @@ | |
}, | ||
{ | ||
"name": "tomasvotruba/unused-public", | ||
"version": "0.0.28.72", | ||
"version_normalized": "0.0.28.72", | ||
"version": "0.0.33.72", | ||
"version_normalized": "0.0.33.72", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/TomasVotruba/unused-public.git", | ||
"reference": "7cce70a243d7e06a4d4d95ef7e299ad68d27b159" | ||
"reference": "4572210524a8d93e4185a955f74af3cb4c1acdff" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/TomasVotruba/unused-public/zipball/7cce70a243d7e06a4d4d95ef7e299ad68d27b159", | ||
"reference": "7cce70a243d7e06a4d4d95ef7e299ad68d27b159", | ||
"url": "https://api.github.com/repos/TomasVotruba/unused-public/zipball/4572210524a8d93e4185a955f74af3cb4c1acdff", | ||
"reference": "4572210524a8d93e4185a955f74af3cb4c1acdff", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"nette/utils": "^3.2", | ||
"php": "^7.2 || 8.0.*", | ||
"phpstan/phpstan": "^1.9.3", | ||
"symfony/finder": "^5.0|^4.0|^3.0", | ||
"webmozart/assert": "^1.11" | ||
}, | ||
"time": "2022-12-24T15:45:52+00:00", | ||
"time": "2022-12-29T19:33:02+00:00", | ||
"type": "phpstan-extension", | ||
"extra": { | ||
"phpstan": { | ||
|
@@ -1450,8 +1313,18 @@ | |
"description": "Detect unused public properties, constants and methods in your code", | ||
"support": { | ||
"issues": "https://github.com/TomasVotruba/unused-public/issues", | ||
"source": "https://github.com/TomasVotruba/unused-public/tree/0.0.28.72" | ||
"source": "https://github.com/TomasVotruba/unused-public/tree/0.0.33.72" | ||
}, | ||
"funding": [ | ||
{ | ||
"url": "https://www.paypal.me/rectorphp", | ||
"type": "custom" | ||
}, | ||
{ | ||
"url": "https://github.com/tomasvotruba", | ||
"type": "github" | ||
} | ||
], | ||
"install-path": "../tomasvotruba/unused-public" | ||
}, | ||
{ | ||
|
Oops, something went wrong.