composer.json

Summary

Maintainability
Test Coverage
{
    "name": "skqr/raml",
    "description": "GOintegro RAML Lib",
    "keywords": ["RAML", "parser", "navigator", "API"],
    "homepage": "http://www.gointegro.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Javier Lorenzana",
            "email": "javier.lorenzana@gointegro.com"
        },
        {
            "name": "Adolfo Castro Menna",
            "email": "adolfo.casto@gointegro.com"
        },
        {
            "name": "GOintegro Devs",
            "homepage": "http://www.gointegro.com"
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "justinrainbow/json-schema": "*",
        "rhumsaa/uuid": "*",
        "symfony/yaml": "*",

        "skqr/json": "*",
        "skqr/inflector": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "*",
        "phpdocumentor/phpdocumentor": "*",
        "codeception/codeception": "2.2.*",
        "codeclimate/php-test-reporter": "dev-master"
    },
    "autoload": {
        "psr-0": { "GoIntegro\\Raml": "" }
    },
    "target-dir": "GoIntegro/Raml",
    "extra": {
        "branch-alias": {
            "dev-master": "0.9.x-dev"
        }
    }
}