| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "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": "^7.3|^8.0",
- "illuminate/contracts": "^8.0",
- "illuminate/macroable": "^8.0"
- },
- "autoload": {
- "psr-4": {
- "Illuminate\\Support\\": ""
- },
- "files": [
- "helpers.php"
- ]
- },
- "extra": {
- "branch-alias": {
- "dev-master": "8.x-dev"
- }
- },
- "suggest": {
- "symfony/var-dumper": "Required to use the dump method (^5.4)."
- },
- "config": {
- "sort-packages": true
- },
- "minimum-stability": "dev"
- }
|