PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Asher Wolfstein   PHP Enum Data Type   composer.json   Download  
File: composer.json
Role: Configuration script
Content type: text/plain
Description: Composer File
Class: PHP Enum Data Type
Generate a enumeration class for a given namespace
Author: By
Last change:
Date: 7 years ago
Size: 477 bytes
 

Contents

Class file image Download
{
    "name": "enumerator",
    "homepage": "http://github.com/asherwunk/phabstractic",
    "license": "MIT",
    "authors": [
        {
            "name": "Asher Wolfstein",
            "email": "asherwunk@gmail.com",
            "homepage": "http://wunk.me",
            "role": "Developer"
        }
    ],
    "require-dev": {
        "phpunit/phpunit": "~4.0"
    },
    "autoload": {
        "psr-4": {
            "Phabstractic\\": "src/Phabstractic"
        }
    }
}