diff --git a/README.md b/README.md index 2be1fd4..77cce4a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@
-[![PHP Version Require](http://poser.pugx.org/mteu/zealous-stan/require/php)](https://packagist.org/packages/mteu/zealous-stan) [![CGL](https://github.com/mteu/zealous-stan/actions/workflows/cgl.yaml/badge.svg)](https://github.com/mteu/zealous-stan/actions/workflows/cgl.yaml) -[![Latest Stable Version](http://poser.pugx.org/mteu/zealous-stan/v)](https://packagist.org/packages/mteu/zealous-stan) -[![License](http://poser.pugx.org/mteu/zealous-stan/license)](https://packagist.org/packages/mteu/zealous-stan) # Zealous Stan
diff --git a/composer.json b/composer.json index e9fe574..3813f01 100644 --- a/composer.json +++ b/composer.json @@ -12,9 +12,9 @@ } ], "require": { - "php": "~8.2 || ~8.3", + "php": "^8.1", "ergebnis/phpstan-rules": "^2.1", - "mteu/docblock-rules": "^0.2", + "mteu/docblock-rules": "^0.3", "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.10", "phpstan/phpstan-deprecation-rules": "^1.1", @@ -23,7 +23,7 @@ "symplify/phpstan-rules": "^13.0.0" }, "require-dev": { - "armin/editorconfig-cli": "^2.0", + "armin/editorconfig-cli": "^1.8 || ^2.0", "ergebnis/composer-normalize": "^2.37" }, "config": { diff --git a/composer.lock b/composer.lock index 96889f1..4ac5997 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": "9b7cd0521f6ffe37958c9e5b2c23275e", + "content-hash": "a4812c77971b0c27dff66185ba98e904", "packages": [ { "name": "ergebnis/phpstan-rules", @@ -80,27 +80,27 @@ }, { "name": "mteu/docblock-rules", - "version": "0.2.2", + "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/mteu/docblock-rules.git", - "reference": "5781dc3f0d0c48ad766599c4ed630a82172929e7" + "reference": "2d70a907d19392c876f75f8fc232ef4afcbe0fc0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mteu/docblock-rules/zipball/5781dc3f0d0c48ad766599c4ed630a82172929e7", - "reference": "5781dc3f0d0c48ad766599c4ed630a82172929e7", + "url": "https://api.github.com/repos/mteu/docblock-rules/zipball/2d70a907d19392c876f75f8fc232ef4afcbe0fc0", + "reference": "2d70a907d19392c876f75f8fc232ef4afcbe0fc0", "shasum": "" }, "require": { - "php": "~8.2 || ~8.3", + "php": "~8.1 || ~8.2 || ~8.3", "phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^1.10" }, "require-dev": { - "armin/editorconfig-cli": "^2.0", + "armin/editorconfig-cli": "^1.8 || ^2.0", "ergebnis/composer-normalize": "^2.41", - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^10.0" }, "type": "phpstan-extension", "extra": { @@ -130,9 +130,9 @@ "description": "A few additional rules for PHPStan", "support": { "issues": "https://github.com/mteu/docblock-rules/issues", - "source": "https://github.com/mteu/docblock-rules/tree/0.2.2" + "source": "https://github.com/mteu/docblock-rules/tree/0.3.0" }, - "time": "2024-05-15T16:15:11+00:00" + "time": "2024-08-19T06:55:42+00:00" }, { "name": "nette/utils", @@ -658,33 +658,33 @@ "packages-dev": [ { "name": "armin/editorconfig-cli", - "version": "2.0.1", + "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/a-r-m-i-n/editorconfig-cli.git", - "reference": "33f029b47bc8eb60dfa0c68a55de3f065a01e273" + "reference": "c15a733467c2540bd7d4bc054d05c64c80b0b39c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/a-r-m-i-n/editorconfig-cli/zipball/33f029b47bc8eb60dfa0c68a55de3f065a01e273", - "reference": "33f029b47bc8eb60dfa0c68a55de3f065a01e273", + "url": "https://api.github.com/repos/a-r-m-i-n/editorconfig-cli/zipball/c15a733467c2540bd7d4bc054d05c64c80b0b39c", + "reference": "c15a733467c2540bd7d4bc054d05c64c80b0b39c", "shasum": "" }, "require": { "ext-iconv": "*", "ext-json": "*", "idiosyncratic/editorconfig": "^0.1.1", - "php": "^8.2", - "symfony/console": "^5 || ^6 || ^7", - "symfony/finder": "^5 || ^6 || ^7", - "symfony/mime": "^5 || ^6 || ^7" + "php": "^7.4 || ^8.0", + "symfony/console": "^4 || ^5 || ^6", + "symfony/finder": "^4.4 || ^5 || ^6", + "symfony/mime": "^4 || ^5 || ^6" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.59", - "jangregor/phpstan-prophecy": "^1.0", - "phpstan/phpstan": "^1.11", - "phpunit/phpunit": "^10.5", - "seld/phar-utils": "^1.2" + "friendsofphp/php-cs-fixer": "3.4.0", + "jangregor/phpstan-prophecy": "1.0.0", + "phpstan/phpstan": "1.4.0", + "phpunit/phpunit": "^9.6.8 || ^10.1", + "seld/phar-utils": "^1.1" }, "bin": [ "bin/ec" @@ -712,7 +712,7 @@ "issues": "https://github.com/a-r-m-i-n/editorconfig-cli/issues", "source": "https://github.com/a-r-m-i-n/editorconfig-cli" }, - "time": "2024-07-19T14:33:46+00:00" + "time": "2023-12-28T15:51:57+00:00" }, { "name": "ergebnis/composer-normalize", @@ -1352,46 +1352,47 @@ }, { "name": "symfony/console", - "version": "v7.1.3", + "version": "v6.4.10", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9" + "reference": "504974cbe43d05f83b201d6498c206f16fc0cdbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9", - "reference": "cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9", + "url": "https://api.github.com/repos/symfony/console/zipball/504974cbe43d05f83b201d6498c206f16fc0cdbc", + "reference": "504974cbe43d05f83b201d6498c206f16fc0cdbc", "shasum": "" }, "require": { - "php": ">=8.2", + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", "symfony/service-contracts": "^2.5|^3", - "symfony/string": "^6.4|^7.0" + "symfony/string": "^5.4|^6.0|^7.0" }, "conflict": { - "symfony/dependency-injection": "<6.4", - "symfony/dotenv": "<6.4", - "symfony/event-dispatcher": "<6.4", - "symfony/lock": "<6.4", - "symfony/process": "<6.4" + "symfony/dependency-injection": "<5.4", + "symfony/dotenv": "<5.4", + "symfony/event-dispatcher": "<5.4", + "symfony/lock": "<5.4", + "symfony/process": "<5.4" }, "provide": { "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^6.4|^7.0", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/event-dispatcher": "^6.4|^7.0", + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/event-dispatcher": "^5.4|^6.0|^7.0", "symfony/http-foundation": "^6.4|^7.0", "symfony/http-kernel": "^6.4|^7.0", - "symfony/lock": "^6.4|^7.0", - "symfony/messenger": "^6.4|^7.0", - "symfony/process": "^6.4|^7.0", - "symfony/stopwatch": "^6.4|^7.0", - "symfony/var-dumper": "^6.4|^7.0" + "symfony/lock": "^5.4|^6.0|^7.0", + "symfony/messenger": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.0|^7.0", + "symfony/stopwatch": "^5.4|^6.0|^7.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -1425,7 +1426,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v7.1.3" + "source": "https://github.com/symfony/console/tree/v6.4.10" }, "funding": [ { @@ -1441,7 +1442,7 @@ "type": "tidelift" } ], - "time": "2024-07-26T12:41:01+00:00" + "time": "2024-07-26T12:30:32+00:00" }, { "name": "symfony/deprecation-contracts", @@ -1512,23 +1513,23 @@ }, { "name": "symfony/finder", - "version": "v7.1.3", + "version": "v6.4.10", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "717c6329886f32dc65e27461f80f2a465412fdca" + "reference": "af29198d87112bebdd397bd7735fbd115997824c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/717c6329886f32dc65e27461f80f2a465412fdca", - "reference": "717c6329886f32dc65e27461f80f2a465412fdca", + "url": "https://api.github.com/repos/symfony/finder/zipball/af29198d87112bebdd397bd7735fbd115997824c", + "reference": "af29198d87112bebdd397bd7735fbd115997824c", "shasum": "" }, "require": { - "php": ">=8.2" + "php": ">=8.1" }, "require-dev": { - "symfony/filesystem": "^6.4|^7.0" + "symfony/filesystem": "^6.0|^7.0" }, "type": "library", "autoload": { @@ -1556,7 +1557,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v7.1.3" + "source": "https://github.com/symfony/finder/tree/v6.4.10" }, "funding": [ { @@ -1572,24 +1573,25 @@ "type": "tidelift" } ], - "time": "2024-07-24T07:08:44+00:00" + "time": "2024-07-24T07:06:38+00:00" }, { "name": "symfony/mime", - "version": "v7.1.2", + "version": "v6.4.9", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "26a00b85477e69a4bab63b66c5dce64f18b0cbfc" + "reference": "7d048964877324debdcb4e0549becfa064a20d43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/26a00b85477e69a4bab63b66c5dce64f18b0cbfc", - "reference": "26a00b85477e69a4bab63b66c5dce64f18b0cbfc", + "url": "https://api.github.com/repos/symfony/mime/zipball/7d048964877324debdcb4e0549becfa064a20d43", + "reference": "7d048964877324debdcb4e0549becfa064a20d43", "shasum": "" }, "require": { - "php": ">=8.2", + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0" }, @@ -1597,17 +1599,17 @@ "egulias/email-validator": "~3.0.0", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", - "symfony/mailer": "<6.4", + "symfony/mailer": "<5.4", "symfony/serializer": "<6.4.3|>7.0,<7.0.3" }, "require-dev": { "egulias/email-validator": "^2.1.10|^3.1|^4", "league/html-to-markdown": "^5.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/process": "^6.4|^7.0", - "symfony/property-access": "^6.4|^7.0", - "symfony/property-info": "^6.4|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.4|^7.0", + "symfony/property-access": "^5.4|^6.0|^7.0", + "symfony/property-info": "^5.4|^6.0|^7.0", "symfony/serializer": "^6.4.3|^7.0.3" }, "type": "library", @@ -1640,7 +1642,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v7.1.2" + "source": "https://github.com/symfony/mime/tree/v6.4.9" }, "funding": [ { @@ -1656,7 +1658,7 @@ "type": "tidelift" } ], - "time": "2024-06-28T10:03:55+00:00" + "time": "2024-06-28T09:49:33+00:00" }, { "name": "symfony/polyfill-ctype", @@ -2218,20 +2220,20 @@ }, { "name": "symfony/string", - "version": "v7.1.3", + "version": "v6.4.10", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "ea272a882be7f20cad58d5d78c215001617b7f07" + "reference": "ccf9b30251719567bfd46494138327522b9a9446" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/ea272a882be7f20cad58d5d78c215001617b7f07", - "reference": "ea272a882be7f20cad58d5d78c215001617b7f07", + "url": "https://api.github.com/repos/symfony/string/zipball/ccf9b30251719567bfd46494138327522b9a9446", + "reference": "ccf9b30251719567bfd46494138327522b9a9446", "shasum": "" }, "require": { - "php": ">=8.2", + "php": ">=8.1", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", @@ -2241,12 +2243,11 @@ "symfony/translation-contracts": "<2.5" }, "require-dev": { - "symfony/emoji": "^7.1", - "symfony/error-handler": "^6.4|^7.0", - "symfony/http-client": "^6.4|^7.0", - "symfony/intl": "^6.4|^7.0", + "symfony/error-handler": "^5.4|^6.0|^7.0", + "symfony/http-client": "^5.4|^6.0|^7.0", + "symfony/intl": "^6.2|^7.0", "symfony/translation-contracts": "^2.5|^3.0", - "symfony/var-exporter": "^6.4|^7.0" + "symfony/var-exporter": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -2285,7 +2286,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v7.1.3" + "source": "https://github.com/symfony/string/tree/v6.4.10" }, "funding": [ { @@ -2301,7 +2302,7 @@ "type": "tidelift" } ], - "time": "2024-07-22T10:25:37+00:00" + "time": "2024-07-22T10:21:14+00:00" } ], "aliases": [], @@ -2310,7 +2311,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.2 || ~8.3" + "php": "^8.1" }, "platform-dev": [], "plugin-api-version": "2.6.0"