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