PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Collections Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Collections Library
Manage collections of data values stored as arrays
Author: By
Last change:
Date: 6 months ago
Size: 647 bytes
 

Contents

Class file image Download
{ "name": "axiom/collections", "description": "A simple PHP collection implementation", "keywords": ["axiom", "collection", "array"], "type": "library", "license": "MIT", "authors": [ { "name": "Shea Lewis", "email": "shea.lewis89@gmail.com" } ], "require": { "php": ">=7.0" }, "autoload": { "psr-4": { "Axiom\\Collections\\": "src/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "minimum-stability": "stable", "require-dev": { "phpunit/phpunit": "^6.0" } }