diff --git a/composer.json b/composer.json index 286ab6e..c6695f1 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "laravel/pint": "1.27.0", "mockery/mockery": "1.6.12", "nunomaduro/collision": "8.8.3", - "phan/phan": "6.0.0-beta", + "phan/phan": "6.0.0", "psalm/plugin-laravel": "3.0.4", "slevomat/coding-standard": "8.26.0", "spatie/laravel-ignition": "2.9.1", @@ -130,8 +130,9 @@ "process-timeout": 90, "sort-packages": true, "allow-plugins": { - "pestphp/pest-plugin": true, + "cweagans/composer-patches": true, "dealerdirect/phpcodesniffer-composer-installer": true, + "pestphp/pest-plugin": true, "php-http/discovery": true }, "platform": { diff --git a/composer.lock b/composer.lock index 778c804..fef9bce 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": "e2297c7ca9fdd7e25d2ddd5cf013f39c", + "content-hash": "eda7956e2a2b5ecf1deb4dd4b54608cf", "packages": [ { "name": "ans-group/laravel-health-check", @@ -10049,6 +10049,54 @@ ], "time": "2024-05-06T16:37:16+00:00" }, + { + "name": "cweagans/composer-patches", + "version": "1.7.3", + "source": { + "type": "git", + "url": "https://github.com/cweagans/composer-patches.git", + "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db", + "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0 || ^2.0", + "php": ">=5.3.0" + }, + "require-dev": { + "composer/composer": "~1.0 || ~2.0", + "phpunit/phpunit": "~4.6" + }, + "type": "composer-plugin", + "extra": { + "class": "cweagans\\Composer\\Patches" + }, + "autoload": { + "psr-4": { + "cweagans\\Composer\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Cameron Eagans", + "email": "me@cweagans.net" + } + ], + "description": "Provides a way to patch Composer packages.", + "support": { + "issues": "https://github.com/cweagans/composer-patches/issues", + "source": "https://github.com/cweagans/composer-patches/tree/1.7.3" + }, + "time": "2022-12-20T22:53:13+00:00" + }, { "name": "danog/advanced-json-rpc", "version": "v3.2.3", @@ -11160,21 +11208,22 @@ }, { "name": "phan/phan", - "version": "6.0.0-beta", + "version": "6.0.0", "source": { "type": "git", "url": "https://github.com/phan/phan.git", - "reference": "463125f2c0a42f347dcb6d60b998b5045578207b" + "reference": "3eb6ae40d60d4e4e163d3f7cfc78f27aad2e2e48" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phan/phan/zipball/463125f2c0a42f347dcb6d60b998b5045578207b", - "reference": "463125f2c0a42f347dcb6d60b998b5045578207b", + "url": "https://api.github.com/repos/phan/phan/zipball/3eb6ae40d60d4e4e163d3f7cfc78f27aad2e2e48", + "reference": "3eb6ae40d60d4e4e163d3f7cfc78f27aad2e2e48", "shasum": "" }, "require": { "composer/semver": "^1.4|^2.0|^3.0", "composer/xdebug-handler": "^2.0|^3.0", + "cweagans/composer-patches": "^1.7", "ext-filter": "*", "ext-json": "*", "ext-tokenizer": "*", @@ -11183,16 +11232,15 @@ "phan/tolerant-php-parser": "v0.2.0", "php": "^8.1.0", "sabre/event": "^5.1.3", - "symfony/console": "^6.0|^7.0", + "symfony/console": "^6.0|^7.0|^8.0", "symfony/polyfill-mbstring": "^1.11.0", - "symfony/string": "^6.0|^7.0", + "symfony/string": "^6.0|^7.0|^8.0", "tysonandre/var_representation_polyfill": "^0.0.2|^0.1.0" }, "conflict": { "microsoft/tolerant-php-parser": "*" }, "require-dev": { - "cweagans/composer-patches": "^1.7", "phpunit/phpunit": "^10.0" }, "suggest": { @@ -11248,9 +11296,9 @@ ], "support": { "issues": "https://github.com/phan/phan/issues", - "source": "https://github.com/phan/phan/tree/6.0.0-beta" + "source": "https://github.com/phan/phan/tree/6.0.0" }, - "time": "2025-11-20T14:03:06+00:00" + "time": "2026-01-16T18:22:06+00:00" }, { "name": "phan/tolerant-php-parser", @@ -12915,7 +12963,6 @@ "minimum-stability": "stable", "stability-flags": { "htmlmin/htmlmin": 20, - "phan/phan": 10, "subfission/cas": 20, "vimeo/psalm": 10 },