diff --git a/composer.json b/composer.json index ea13cf33..a948ff09 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ergebnis/data-provider": "^3.3.0", "ergebnis/license": "^2.4.0", "ergebnis/phpunit-slow-test-detector": "^2.16.0", - "ergebnis/rector-rules": "~1.0.1", + "ergebnis/rector-rules": "~1.1.0", "fakerphp/faker": "^1.23.1", "phpunit/phpunit": "^10.5.26", "psalm/plugin-phpunit": "~0.19.0", diff --git a/composer.lock b/composer.lock index 41c534e1..8fad4ff5 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": "f82240ae4849708c011ea320149c1269", + "content-hash": "8c11635bdbcd20814b002ebc04e4f842", "packages": [ { "name": "clue/ndjson-react", @@ -3997,35 +3997,35 @@ }, { "name": "ergebnis/rector-rules", - "version": "1.0.1", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/ergebnis/rector-rules.git", - "reference": "8e1766bb9a6cf76289677aa84d69cbb3de6a5fda" + "reference": "983577a4da33be1b8bff19ce08dac71c080cb8b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/rector-rules/zipball/8e1766bb9a6cf76289677aa84d69cbb3de6a5fda", - "reference": "8e1766bb9a6cf76289677aa84d69cbb3de6a5fda", + "url": "https://api.github.com/repos/ergebnis/rector-rules/zipball/983577a4da33be1b8bff19ce08dac71c080cb8b9", + "reference": "983577a4da33be1b8bff19ce08dac71c080cb8b9", "shasum": "" }, "require": { "nikic/php-parser": "^4.17.1 || ^5.0.0", - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "phpstan/phpstan": "^1.10.36", "rector/rector": "~0.19.2 || ^1.0.0", "symplify/rule-doc-generator-contracts": "^9.3.26" }, "require-dev": { - "ergebnis/composer-normalize": "^2.42.0", + "ergebnis/composer-normalize": "^2.43.0", "ergebnis/data-provider": "^3.2.0", "ergebnis/license": "^2.4.0", - "ergebnis/php-cs-fixer-config": "^6.22.0", - "ergebnis/phpunit-slow-test-detector": "^2.10.0", + "ergebnis/php-cs-fixer-config": "^6.36.0", + "ergebnis/phpunit-slow-test-detector": "^2.15.1", "infection/infection": "~0.26.6", - "phpunit/phpunit": "^9.6.16", - "psalm/plugin-phpunit": "~0.18.4", - "vimeo/psalm": "^5.21.1" + "phpunit/phpunit": "^9.6.20", + "psalm/plugin-phpunit": "~0.19.0", + "vimeo/psalm": "^5.26.1" }, "type": "library", "extra": { @@ -4057,7 +4057,7 @@ "security": "https://github.com/ergebnis/rector-rules/blob/main/.github/SECURITY.md", "source": "https://github.com/ergebnis/rector-rules" }, - "time": "2024-02-07T17:28:32+00:00" + "time": "2024-09-27T15:58:11+00:00" }, { "name": "fakerphp/faker", @@ -5119,16 +5119,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.3", + "version": "1.12.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009" + "reference": "7e6c6cb7cecb0a6254009a1a8a7d54ec99812b17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0fcbf194ab63d8159bb70d9aa3e1350051632009", - "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7e6c6cb7cecb0a6254009a1a8a7d54ec99812b17", + "reference": "7e6c6cb7cecb0a6254009a1a8a7d54ec99812b17", "shasum": "" }, "require": { @@ -5173,7 +5173,7 @@ "type": "github" } ], - "time": "2024-09-09T08:10:35+00:00" + "time": "2024-09-26T12:45:22+00:00" }, { "name": "phpunit/php-code-coverage",