PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Asher Wolfstein   PHP Configuration Trait   composer.json   Download  
File: composer.json
Role: Configuration script
Content type: text/plain
Description: composer
Class: PHP Configuration Trait
Load and save class configuration using a trait
Author: By
Last change: updated namespace
Date: 7 years ago
Size: 806 bytes
 

Contents

Class file image Download
{
    "name": "configuration-trait",
    "homepage": "http://github.com/asherwunk/phabstractic",
    "license": "MIT",
    "authors": [
        {
            "name": "Asher Wolfstein",
            "email": "asherwunk@gmail.com",
            "homepage": "http://wunk.me",
            "role": "Developer"
        }
    ],
    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.zendframework.com/"
        }
    ],
    "require": {
        "zendframework/zend-config": "2.0.*",
        "zendframework/zend-json": "2.0.*",
        "mustangostang/spyc": "0.5.*"
    },
    "require-dev": {
        "phpunit/phpunit": "~4.0"
    },
    "autoload": {
        "psr-4": {
            "Phabstractic\\": "src/Phabstractic"
        }
    }
}