PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Asher Wolfstein   Singleton Trait   composer.json   Download  
File: composer.json
Role: Configuration script
Content type: text/plain
Description: Composer File
Class: Singleton Trait
Trait that adds singleton pattern to a class
Author: By
Last change: renamed name
Date: 8 years ago
Size: 503 bytes
 

Contents

Class file image Download
{
    "name": "singleton-trait",
    "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"
        }
    }
}