Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/cvetdv.ru/bitrix/modules/letme.watchman/vendor/tightenco/collect/ |
Upload File : |
{ "name": "tightenco/collect", "description": "Collect - Illuminate Collections as a separate package.", "keywords": ["laravel", "collection"], "license": "MIT", "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "require": { "php": "^7.3|^8.0", "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": { "mockery/mockery": "^1.0", "phpunit/phpunit": "^8.3", "nesbot/carbon": "^2.23.0" }, "autoload": { "files": [ "src/Collect/Support/helpers.php", "src/Collect/Support/alias.php" ], "psr-4": { "Tightenco\\Collect\\": "src/Collect" } }, "autoload-dev": { "files": [ "tests/files/Support/Carbon.php", "tests/files/Support/HtmlString.php", "tests/files/Support/HigherOrderTapProxy.php", "tests/files/Support/Str.php", "tests/files/Support/Traits/Conditionable.php", "tests/files/Support/Stringable.php", "tests/files/Support/ItemNotFoundException.php", "tests/files/Support/MultipleItemsFoundException.php", "tests/Support/Concerns/CountsEnumerations.php" ] }, "scripts": { "test": [ "@composer install", "phpunit" ] }, "minimum-stability": "dev", "prefer-stable": true }