/home/techb158/dev.balacoffee.com/vendor/laravel/framework/src/Illuminate/Collections
NameSizeModeActions
Traits/-0755rm
Arr.php182660644editdlrm
Collection.php398490644editdlrm
composer.json9850644editdlrm
Enumerable.php243690644editdlrm
helpers.php48170644editdlrm
HigherOrderCollectionProxy.php14080644editdlrm
HigherOrderWhenProxy.php13070644editdlrm
ItemNotFoundException.php1180644editdlrm
LazyCollection.php391390644editdlrm
LICENSE.md10750644editdlrm
MultipleItemsFoundException.php1240644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/laravel/framework/src/Illuminate/Collections/composer.json (985B)
{ "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" }