diff --git a/composer.json b/composer.json index 1cfde5d8..6e20238d 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "nunomaduro/collision": "^6.1", "phpstan/phpstan": "^1.1", "phpunit/phpunit": "^9.5", - "rector/rector": "^0.13.0", + "rector/rector": "^0.15.20", "spatie/laravel-ignition": "^1.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index 338ca965..42e582ae 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": "4cdde9a3f3853c4fae46839dcd1fa931", + "content-hash": "b411481caab0c02cb3eb3bb78506c823", "packages": [ { "name": "artisansdk/ratelimiter", @@ -10756,16 +10756,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.7.12", + "version": "1.10.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "32f10779d9cd88a9cbd972ec611a4148a3cbbc7e" + "reference": "5419375b5891add97dc74be71e6c1c34baaddf64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/32f10779d9cd88a9cbd972ec611a4148a3cbbc7e", - "reference": "32f10779d9cd88a9cbd972ec611a4148a3cbbc7e", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/5419375b5891add97dc74be71e6c1c34baaddf64", + "reference": "5419375b5891add97dc74be71e6c1c34baaddf64", "shasum": "" }, "require": { @@ -10789,9 +10789,13 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", + "keywords": [ + "dev", + "static analysis" + ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.7.12" + "source": "https://github.com/phpstan/phpstan/tree/1.10.3" }, "funding": [ { @@ -10802,16 +10806,12 @@ "url": "https://github.com/phpstan", "type": "github" }, - { - "url": "https://www.patreon.com/phpstan", - "type": "patreon" - }, { "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", "type": "tidelift" } ], - "time": "2022-06-09T12:39:36+00:00" + "time": "2023-02-25T14:47:13+00:00" }, { "name": "phpunit/php-code-coverage", @@ -11236,31 +11236,26 @@ }, { "name": "rector/rector", - "version": "0.13.5", + "version": "0.15.20", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "4170aad2943b150149ba9594c34539e06ced6c6b" + "reference": "c3c4fb38255a671c4854846dce08a059c76f358a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/4170aad2943b150149ba9594c34539e06ced6c6b", - "reference": "4170aad2943b150149ba9594c34539e06ced6c6b", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/c3c4fb38255a671c4854846dce08a059c76f358a", + "reference": "c3c4fb38255a671c4854846dce08a059c76f358a", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.7.10" + "phpstan/phpstan": "^1.10.1" }, "conflict": { - "phpstan/phpdoc-parser": "<1.2", - "rector/rector-cakephp": "*", "rector/rector-doctrine": "*", - "rector/rector-laravel": "*", - "rector/rector-nette": "*", - "rector/rector-phpoffice": "*", + "rector/rector-downgrade-php": "*", "rector/rector-phpunit": "*", - "rector/rector-prefixed": "*", "rector/rector-symfony": "*" }, "bin": [ @@ -11269,7 +11264,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "0.13-dev" + "dev-main": "0.15-dev" } }, "autoload": { @@ -11282,9 +11277,15 @@ "MIT" ], "description": "Instant Upgrade and Automated Refactoring of any PHP code", + "keywords": [ + "automation", + "dev", + "migration", + "refactoring" + ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.13.5" + "source": "https://github.com/rectorphp/rector/tree/0.15.20" }, "funding": [ { @@ -11292,7 +11293,7 @@ "type": "github" } ], - "time": "2022-06-09T12:54:02+00:00" + "time": "2023-03-05T11:25:23+00:00" }, { "name": "sebastian/cli-parser",