diff --git a/composer.json b/composer.json index 14113e6..e847324 100644 --- a/composer.json +++ b/composer.json @@ -5,13 +5,13 @@ "MIT" ], "require": { - "php": "~8.1.0", + "php": "~8.1.0 || ~8.2.0", "nikic/php-parser": "^4.15.1", "phpstan/phpstan": "^1.8.10" }, "require-dev": { "doctrine/coding-standard": "^10.0.0", - "infection/infection": "^0.26.15", + "infection/infection": "^0.26.1", "maglnet/composer-require-checker": "^4.2.0", "phpstan/phpstan-phpunit": "^1.1.1", "phpstan/phpstan-strict-rules": "^1.4.4", diff --git a/composer.lock b/composer.lock index 297a4f9..2a551fd 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": "1abeafa3171638cfe2e6c5a0ca18e49a", + "content-hash": "317b801c9d3d1cc975827204c6afc36f", "packages": [ { "name": "nikic/php-parser", @@ -730,16 +730,16 @@ }, { "name": "infection/infection", - "version": "0.26.15", + "version": "0.26.16", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "cac814fab9ec3ee60bfe55f070942306c61c8eb9" + "reference": "d646aafe530ba21b8479694cd151570c93c72312" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/cac814fab9ec3ee60bfe55f070942306c61c8eb9", - "reference": "cac814fab9ec3ee60bfe55f070942306c61c8eb9", + "url": "https://api.github.com/repos/infection/infection/zipball/d646aafe530ba21b8479694cd151570c93c72312", + "reference": "d646aafe530ba21b8479694cd151570c93c72312", "shasum": "" }, "require": { @@ -840,7 +840,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.26.15" + "source": "https://github.com/infection/infection/tree/0.26.16" }, "funding": [ { @@ -852,7 +852,7 @@ "type": "open_collective" } ], - "time": "2022-09-15T21:26:54+00:00" + "time": "2022-10-22T10:07:33+00:00" }, { "name": "justinrainbow/json-schema", @@ -1254,16 +1254,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.11.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "7d1e81213b0c7eb8d5a9f524456cbc2778ed5c65" + "reference": "33aefcdab42900e36366d0feab6206e2dd68f947" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/7d1e81213b0c7eb8d5a9f524456cbc2778ed5c65", - "reference": "7d1e81213b0c7eb8d5a9f524456cbc2778ed5c65", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/33aefcdab42900e36366d0feab6206e2dd68f947", + "reference": "33aefcdab42900e36366d0feab6206e2dd68f947", "shasum": "" }, "require": { @@ -1293,9 +1293,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.11.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.13.0" }, - "time": "2022-10-14T13:32:28+00:00" + "time": "2022-10-21T09:57:39+00:00" }, { "name": "phpstan/phpstan-phpunit", @@ -3009,28 +3009,28 @@ }, { "name": "slevomat/coding-standard", - "version": "8.6.0", + "version": "8.6.1", "source": { "type": "git", "url": "https://github.com/slevomat/coding-standard.git", - "reference": "d4175d8bf1246f4bf8be04ab688fbdc6fed18ece" + "reference": "71dddfec93c25e8a5dff2774568c2f5ac30f01d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/d4175d8bf1246f4bf8be04ab688fbdc6fed18ece", - "reference": "d4175d8bf1246f4bf8be04ab688fbdc6fed18ece", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/71dddfec93c25e8a5dff2774568c2f5ac30f01d3", + "reference": "71dddfec93c25e8a5dff2774568c2f5ac30f01d3", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7", "php": "^7.2 || ^8.0", - "phpstan/phpdoc-parser": ">=1.11.0 <1.12.0", + "phpstan/phpdoc-parser": ">=1.11.0 <1.14.0", "squizlabs/php_codesniffer": "^3.7.1" }, "require-dev": { "phing/phing": "2.17.4", "php-parallel-lint/php-parallel-lint": "1.3.2", - "phpstan/phpstan": "1.4.10|1.8.9", + "phpstan/phpstan": "1.4.10|1.8.10", "phpstan/phpstan-deprecation-rules": "1.0.0", "phpstan/phpstan-phpunit": "1.0.0|1.1.1", "phpstan/phpstan-strict-rules": "1.4.4", @@ -3058,7 +3058,7 @@ ], "support": { "issues": "https://github.com/slevomat/coding-standard/issues", - "source": "https://github.com/slevomat/coding-standard/tree/8.6.0" + "source": "https://github.com/slevomat/coding-standard/tree/8.6.1" }, "funding": [ { @@ -3070,7 +3070,7 @@ "type": "tidelift" } ], - "time": "2022-10-16T10:31:02+00:00" + "time": "2022-10-21T10:23:13+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -4282,7 +4282,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "~8.1.0" + "php": "~8.1.0 || ~8.2.0" }, "platform-dev": [], "plugin-api-version": "2.3.0"