diff --git a/composer.json b/composer.json index 8ba0954..3231b58 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "fakerphp/faker": "^1.19.0", "infection/infection": "~0.26.6", "phpstan/extension-installer": "^1.1.0", - "phpstan/phpstan": "^1.7.14", + "phpstan/phpstan": "^1.10.5", "phpstan/phpstan-deprecation-rules": "^1.0.0", "phpstan/phpstan-phpunit": "^1.1.1", "phpstan/phpstan-strict-rules": "^1.2.3", diff --git a/composer.lock b/composer.lock index 6a0eae1..2963ac4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9ce3332ab1ed0747ee18df9819741b41", + "content-hash": "b99aaf0c3f39d0c047e1aeff6b751ebc", "packages": [], "packages-dev": [ { @@ -2680,16 +2680,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.7.14", + "version": "1.10.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e6f145f196a59c7ca91ea926c87ef3d936c4305f" + "reference": "1fb6f494d82455151ecf15c5c191923f5d84324e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e6f145f196a59c7ca91ea926c87ef3d936c4305f", - "reference": "e6f145f196a59c7ca91ea926c87ef3d936c4305f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1fb6f494d82455151ecf15c5c191923f5d84324e", + "reference": "1fb6f494d82455151ecf15c5c191923f5d84324e", "shasum": "" }, "require": { @@ -2713,9 +2713,13 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", + "keywords": [ + "dev", + "static analysis" + ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.7.14" + "source": "https://github.com/phpstan/phpstan/tree/1.10.5" }, "funding": [ { @@ -2726,16 +2730,12 @@ "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" } ], - "time": "2022-06-14T13:09:35+00:00" + "time": "2023-03-07T16:48:45+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",