diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2a5ca..0eaff72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +- Removed `orklah/psalm-*` plugins. + ## [2.20.11] - 2024-04-18 - Modified the constructor. diff --git a/composer.json b/composer.json index ca3e4df..1cc3c3e 100644 --- a/composer.json +++ b/composer.json @@ -31,9 +31,6 @@ "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", "slam/phpstan-extensions": "^6.0", - "orklah/psalm-insane-comparison": "^2.0", - "orklah/psalm-not-empty": "^1.0", - "orklah/psalm-strict-equality": "^2.0", "spaze/phpstan-disallowed-calls": "^2.0", "phpstan/phpstan": "^1.0", "phpstan/phpstan-strict-rules": "^1.5", diff --git a/composer.lock b/composer.lock index c7af917..50b3d90 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": "dc8fa8f3e52c51098dabbceb2fb77c47", + "content-hash": "482891e019c346e98b98582b01824627", "packages": [ { "name": "laminas/laminas-json", @@ -1555,16 +1555,16 @@ }, { "name": "twig/twig", - "version": "v3.9.2", + "version": "v3.9.3", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "856cb5a6cfd6f3e4dc1f6c9a8f54e259503f7cf3" + "reference": "a842d75fed59cdbcbd3a3ad7fb9eb768fc350d58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/856cb5a6cfd6f3e4dc1f6c9a8f54e259503f7cf3", - "reference": "856cb5a6cfd6f3e4dc1f6c9a8f54e259503f7cf3", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/a842d75fed59cdbcbd3a3ad7fb9eb768fc350d58", + "reference": "a842d75fed59cdbcbd3a3ad7fb9eb768fc350d58", "shasum": "" }, "require": { @@ -1618,7 +1618,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.9.2" + "source": "https://github.com/twigphp/Twig/tree/v3.9.3" }, "funding": [ { @@ -1630,7 +1630,7 @@ "type": "tidelift" } ], - "time": "2024-04-17T14:16:25+00:00" + "time": "2024-04-18T11:59:33+00:00" } ], "packages-dev": [ @@ -2590,167 +2590,6 @@ }, "time": "2024-03-17T08:10:35+00:00" }, - { - "name": "orklah/psalm-insane-comparison", - "version": "v2.3.0", - "source": { - "type": "git", - "url": "https://github.com/orklah/psalm-insane-comparison.git", - "reference": "d9e608e787e5ae1c994ae07095eea26029d6d0bd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/orklah/psalm-insane-comparison/zipball/d9e608e787e5ae1c994ae07095eea26029d6d0bd", - "reference": "d9e608e787e5ae1c994ae07095eea26029d6d0bd", - "shasum": "" - }, - "require": { - "ext-simplexml": "*", - "php": "^7.3|^8.0", - "vimeo/psalm": "^4|^5|dev-master" - }, - "require-dev": { - "nikic/php-parser": "^4.0|^5" - }, - "type": "psalm-plugin", - "extra": { - "psalm": { - "pluginClass": "Orklah\\PsalmInsaneComparison\\Plugin" - } - }, - "autoload": { - "psr-4": { - "Orklah\\PsalmInsaneComparison\\": [ - "." - ], - "Orklah\\PsalmInsaneComparison\\Hooks\\": [ - "hooks" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "orklah" - } - ], - "description": "Detects possible insane comparison (\"string\" == 0) to help migrate to PHP8", - "support": { - "issues": "https://github.com/orklah/psalm-insane-comparison/issues", - "source": "https://github.com/orklah/psalm-insane-comparison/tree/v2.3.0" - }, - "time": "2024-03-20T21:49:45+00:00" - }, - { - "name": "orklah/psalm-not-empty", - "version": "v1.1.0", - "source": { - "type": "git", - "url": "https://github.com/orklah/psalm-not-empty.git", - "reference": "81c24879a8563be9b0691605fc923cb5986d1527" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/orklah/psalm-not-empty/zipball/81c24879a8563be9b0691605fc923cb5986d1527", - "reference": "81c24879a8563be9b0691605fc923cb5986d1527", - "shasum": "" - }, - "require": { - "php": "^7.3|^8.0", - "vimeo/psalm": "^5" - }, - "require-dev": { - "nikic/php-parser": "^4.0", - "phpunit/phpunit": "^9.5", - "psalm/plugin-phpunit": "^0.18.0" - }, - "type": "psalm-plugin", - "extra": { - "psalm": { - "pluginClass": "Orklah\\NotEmpty\\Plugin" - } - }, - "autoload": { - "psr-4": { - "Orklah\\NotEmpty\\": [ - "./src" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "orklah" - } - ], - "description": "Automatically change empty() into a more explicit expression", - "support": { - "issues": "https://github.com/orklah/psalm-not-empty/issues", - "source": "https://github.com/orklah/psalm-not-empty/tree/v1.1.0" - }, - "time": "2022-12-02T21:52:27+00:00" - }, - { - "name": "orklah/psalm-strict-equality", - "version": "v2.1.0", - "source": { - "type": "git", - "url": "https://github.com/orklah/psalm-strict-equality.git", - "reference": "f733a5d7f575632404f0e002fdf8dcad8c5dd39a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/orklah/psalm-strict-equality/zipball/f733a5d7f575632404f0e002fdf8dcad8c5dd39a", - "reference": "f733a5d7f575632404f0e002fdf8dcad8c5dd39a", - "shasum": "" - }, - "require": { - "nikic/php-parser": "^4.0", - "php": "^7.3|^8.0", - "vimeo/psalm": "^4.6.1|^5.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.5", - "psalm/plugin-phpunit": "^0.15.0" - }, - "type": "psalm-plugin", - "extra": { - "psalm": { - "pluginClass": "Orklah\\StrictEquality\\Plugin" - } - }, - "autoload": { - "psr-4": { - "Orklah\\StrictEquality\\": [ - "./src" - ], - "Orklah\\StrictEquality\\Tests\\": [ - "./tests" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "orklah" - } - ], - "description": "Automatically change == into === when safe ", - "support": { - "issues": "https://github.com/orklah/psalm-strict-equality/issues", - "source": "https://github.com/orklah/psalm-strict-equality/tree/v2.1.0" - }, - "time": "2022-12-05T19:50:08+00:00" - }, { "name": "phar-io/manifest", "version": "2.0.4", @@ -3295,16 +3134,16 @@ }, { "name": "phpstan/phpstan-strict-rules", - "version": "1.5.3", + "version": "1.5.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "568210bd301f94a0d4b1e5a0808c374c1b9cf11b" + "reference": "2e193a07651a6f4be3baa44ddb21d822681f5918" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/568210bd301f94a0d4b1e5a0808c374c1b9cf11b", - "reference": "568210bd301f94a0d4b1e5a0808c374c1b9cf11b", + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/2e193a07651a6f4be3baa44ddb21d822681f5918", + "reference": "2e193a07651a6f4be3baa44ddb21d822681f5918", "shasum": "" }, "require": { @@ -3338,9 +3177,9 @@ "description": "Extra strict and opinionated rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-strict-rules/issues", - "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.5.3" + "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.5.5" }, - "time": "2024-04-06T07:43:25+00:00" + "time": "2024-04-19T15:12:26+00:00" }, { "name": "phpunit/php-code-coverage",