diff --git a/composer.json b/composer.json index 22b90982..c245a8a6 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "nesbot/carbon": "^3.8", "nikic/php-parser": "^5.4", "rector/rector": "dev-main as 2.0", - "samsonasik/array-lookup": "^1.8", + "samsonasik/array-lookup": "^2.0", "symfony/filesystem": "^7.2", "symfony/uid": "^7.2", "symfony/yaml": "^7.2", @@ -20,7 +20,7 @@ }, "require-dev": { "barryvdh/laravel-ide-helper": "^3.3", - "driftingly/rector-laravel": "dev-main as 2.0.2", + "driftingly/rector-laravel": "^2.0.2", "nette/robot-loader": "^4.0", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^2.0", diff --git a/composer.lock b/composer.lock index 46568106..e47985f7 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": "2f28d39b984ed6cc0b98d87db927b7d1", + "content-hash": "af8be0a79263015e989e05c98d53d1ae", "packages": [ { "name": "brick/math", @@ -3508,27 +3508,27 @@ }, { "name": "samsonasik/array-lookup", - "version": "1.8.1", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/samsonasik/ArrayLookup.git", - "reference": "c26a928b74ea4a55966ba93a1b8202132410687a" + "reference": "f2cb43a1b0ff4fc3e2432591ed859d9c11884e29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/samsonasik/ArrayLookup/zipball/c26a928b74ea4a55966ba93a1b8202132410687a", - "reference": "c26a928b74ea4a55966ba93a1b8202132410687a", + "url": "https://api.github.com/repos/samsonasik/ArrayLookup/zipball/f2cb43a1b0ff4fc3e2432591ed859d9c11884e29", + "reference": "f2cb43a1b0ff4fc3e2432591ed859d9c11884e29", "shasum": "" }, "require": { - "php": "^8.1", + "php": "^8.2", "webmozart/assert": "^1.11" }, "require-dev": { "laminas/laminas-coding-standard": "^2.4", - "phpstan/phpstan": "^1.9", - "phpstan/phpstan-webmozart-assert": "^1.2", - "phpunit/phpunit": "^10.0", + "phpstan/phpstan": "^2.0", + "phpstan/phpstan-webmozart-assert": "^2.0", + "phpunit/phpunit": "^11.0", "rector/rector": "dev-main" }, "type": "library", @@ -3562,7 +3562,7 @@ ], "support": { "issues": "https://github.com/samsonasik/ArrayLookup/issues", - "source": "https://github.com/samsonasik/ArrayLookup/tree/1.8.1" + "source": "https://github.com/samsonasik/ArrayLookup/tree/2.0.0" }, "funding": [ { @@ -3570,7 +3570,7 @@ "type": "github" } ], - "time": "2024-11-01T10:47:15+00:00" + "time": "2024-12-28T13:22:43+00:00" }, { "name": "symfony/clock", @@ -6554,36 +6554,22 @@ }, { "name": "driftingly/rector-laravel", - "version": "dev-main", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/driftingly/rector-laravel.git", - "reference": "6b32c5faecc1fd0c2735e9acde9ae28e3bc1e56d" + "reference": "f0e3a9e2c92ff760730d1af34fbdc43f51f3b868" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/driftingly/rector-laravel/zipball/6b32c5faecc1fd0c2735e9acde9ae28e3bc1e56d", - "reference": "6b32c5faecc1fd0c2735e9acde9ae28e3bc1e56d", + "url": "https://api.github.com/repos/driftingly/rector-laravel/zipball/f0e3a9e2c92ff760730d1af34fbdc43f51f3b868", + "reference": "f0e3a9e2c92ff760730d1af34fbdc43f51f3b868", "shasum": "" }, "require": { - "php": ">=8.2", - "rector/rector": "^2.0.0", - "symplify/rule-doc-generator-contracts": "^11.2", - "webmozart/assert": "^1.11" - }, - "require-dev": { - "nikic/php-parser": "^5.3", - "phpstan/extension-installer": "^1.3", - "phpstan/phpstan": "^2.0", - "phpstan/phpstan-deprecation-rules": "^2.0", - "phpstan/phpstan-strict-rules": "^2.0", - "phpstan/phpstan-webmozart-assert": "^2.0", - "phpunit/phpunit": "^10.5", - "symplify/rule-doc-generator": "^12.2", - "tightenco/duster": "^3.1" + "php": "^7.2 || ^8.0", + "rector/rector": "^2.0" }, - "default-branch": true, "type": "rector-extension", "autoload": { "psr-4": { @@ -6597,9 +6583,9 @@ "description": "Rector upgrades rules for Laravel Framework", "support": { "issues": "https://github.com/driftingly/rector-laravel/issues", - "source": "https://github.com/driftingly/rector-laravel/tree/main" + "source": "https://github.com/driftingly/rector-laravel/tree/2.0.2" }, - "time": "2025-01-17T10:53:05+00:00" + "time": "2025-01-17T18:07:03+00:00" }, { "name": "myclabs/deep-copy", @@ -8423,65 +8409,6 @@ ], "time": "2025-01-02T08:43:03+00:00" }, - { - "name": "symplify/rule-doc-generator-contracts", - "version": "11.2.0", - "source": { - "type": "git", - "url": "https://github.com/symplify/rule-doc-generator-contracts.git", - "reference": "479cfcfd46047f80624aba931d9789e50475b5c6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/rule-doc-generator-contracts/zipball/479cfcfd46047f80624aba931d9789e50475b5c6", - "reference": "479cfcfd46047f80624aba931d9789e50475b5c6", - "shasum": "" - }, - "require": { - "php": ">=8.1" - }, - "require-dev": { - "php-parallel-lint/php-parallel-lint": "^1.3", - "phpstan/extension-installer": "^1.2", - "rector/rector": "^0.15.10", - "symplify/easy-ci": "^11.1", - "symplify/easy-coding-standard": "^11.1", - "symplify/easy-testing": "^11.1", - "symplify/phpstan-extensions": "^11.1", - "symplify/phpstan-rules": "11.2.3.72", - "tomasvotruba/unused-public": "^0.0.34" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "11.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\RuleDocGenerator\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Contracts for production code of RuleDocGenerator", - "support": { - "source": "https://github.com/symplify/rule-doc-generator-contracts/tree/11.2.0" - }, - "funding": [ - { - "url": "https://www.paypal.me/rectorphp", - "type": "custom" - }, - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2024-03-18T22:02:54+00:00" - }, { "name": "theseer/tokenizer", "version": "1.2.3", @@ -8582,12 +8509,6 @@ } ], "aliases": [ - { - "package": "driftingly/rector-laravel", - "version": "dev-main", - "alias": "2.0.2", - "alias_normalized": "2.0.2.0" - }, { "package": "rector/rector", "version": "dev-main", @@ -8597,7 +8518,6 @@ ], "minimum-stability": "stable", "stability-flags": { - "driftingly/rector-laravel": 20, "rector/rector": 20 }, "prefer-stable": false,