PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kiril Savchev   ITE Collection   composer.json   Download  
File: composer.json
Role: Configuration script
Content type: text/plain
Description: composer file
Class: ITE Collection
Manage sets of arrays or objects as collections
Author: By
Last change:
Date: 7 years ago
Size: 184 bytes
 

Contents

Class file image Download
{
    "name": "ite/ite-collection",
    "description": "if-then-else collection library",
    "autoload": {
        "psr-4": {
            "Ite\\Collection\\": "src"
        }
    }
}