{ "name": "illuminate/collections", "description": "The Illuminate Collections package.", "license": "MIT", "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "require": { "php": "^8.3", "illuminate/conditionable": "^13.0", "illuminate/contracts": "^13.0", "illuminate/macroable": "^13.0", "symfony/polyfill-php84": "^1.33", "symfony/polyfill-php85": "^1.33" }, "suggest": { "illuminate/http": "Required to convert collections to API resources (^13.0).", "symfony/var-dumper": "Required to use the dump method (^7.4 || ^8.0)." }, "minimum-stability": "dev", "autoload": { "psr-4": { "Illuminate\\Support\\": "" }, "files": [ "functions.php", "helpers.php" ] }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "13.0.x-dev" } } }