From e9655f64634d6032034f8db832e0dfa684c059dd Mon Sep 17 00:00:00 2001 From: themohooks <81331307+themohooks@users.noreply.github.com> Date: Sun, 16 Feb 2025 06:19:08 +0300 Subject: [PATCH] trash --- composer.json | 3 +++ composer.lock | 63 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 64 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d242dae..046c37b 100644 --- a/composer.json +++ b/composer.json @@ -23,5 +23,8 @@ "paquettg/php-html-parser": "^2.2", "phpmailer/phpmailer": "^6.9", "beeyev/disposable-email-filter-php": "^1.3" + }, + "require-dev": { + "phpstan/phpstan": "*" } } diff --git a/composer.lock b/composer.lock index a21058d..beaf064 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": "ec83690d34b55f6ada188bcfc6a299db", + "content-hash": "844a94a4ce9ce290e30dd5845c27ed3f", "packages": [ { "name": "aws/aws-crt-php", @@ -2248,7 +2248,66 @@ "time": "2024-04-29T11:44:00+00:00" } ], - "packages-dev": [], + "packages-dev": [ + { + "name": "phpstan/phpstan", + "version": "2.1.5", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpstan.git", + "reference": "451b17f9665481ee502adc39be987cb71067ece2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/451b17f9665481ee502adc39be987cb71067ece2", + "reference": "451b17f9665481ee502adc39be987cb71067ece2", + "shasum": "" + }, + "require": { + "php": "^7.4|^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" + } + ], + "time": "2025-02-13T12:49:56+00:00" + } + ], "aliases": [], "minimum-stability": "stable", "stability-flags": {},