PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   Simple PHP Collection   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Collection
Manage collections of values using array iterators
Author: By
Last change:
Date: 1 year ago
Size: 701 bytes
 

Contents

Class file image Download
{ "name": "sunrise/collection", "description": "Simple Collection for PHP 7.1+", "keywords": ["fenric", "sunrise", "collection", "array"], "homepage": "https://github.com/sunrise-php/collection", "license": "MIT", "authors": [{ "name": "Anatoly Fenric", "email": "anatoly@fenric.ru", "homepage": "https://anatoly.fenric.ru/" }], "require": { "php": "^7.1||^8.0" }, "require-dev": { "phpunit/phpunit": "7.5.4" }, "autoload": { "psr-4": { "Sunrise\\Collection\\": "src/" } }, "scripts": { "test": [ "phpunit --colors=always --coverage-text" ] } }