commit c05f988ffaea11514beb811e14fc21dc89e3a225
parent 08333fa834c682321a9c0ba96eacea2a7284a4d5
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 21 Oct 2023 20:11:39 +0200
Add phpstan to dev deps
Diffstat:
2 files changed, 64 insertions(+), 1 deletion(-)
diff --git a/composer.json b/composer.json
@@ -23,6 +23,7 @@
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
+ "phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.1",
"spatie/laravel-ignition": "^2.0"
},
diff --git 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": "9194311c195ba536290f9018fac6fa70",
+ "content-hash": "e9d95b0169ad95d85c8796f16ba4d35d",
"packages": [
{
"name": "brick/math",
@@ -6848,6 +6848,68 @@
"time": "2022-02-21T01:04:05+00:00"
},
{
+ "name": "phpstan/phpstan",
+ "version": "1.10.39",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpstan/phpstan.git",
+ "reference": "d9dedb0413f678b4d03cbc2279a48f91592c97c4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d9dedb0413f678b4d03cbc2279a48f91592c97c4",
+ "reference": "d9dedb0413f678b4d03cbc2279a48f91592c97c4",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2|^8.0"
+ },
+ "conflict": {
+ "phpstan/phpstan-shim": "*"
+ },
+ "bin": [
+ "phpstan",
+ "phpstan.phar"
+ ],
+ "type": "library",
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "PHPStan - PHP Static Analysis Tool",
+ "keywords": [
+ "dev",
+ "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",
+ "security": "https://github.com/phpstan/phpstan/security/policy",
+ "source": "https://github.com/phpstan/phpstan-src"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/ondrejmirtes",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/phpstan",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-10-17T15:46:26+00:00"
+ },
+ {
"name": "phpunit/php-code-coverage",
"version": "10.1.7",
"source": {