rwillians/stingray

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "rwillians/stingray",
    "description": "Dot notation reader/writer for multidimensional arrays in PHP.",
    "keys": [
        "dot",
        "notation",
        "accessor",
        "reader",
        "writer",
        "array"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Matthew Ratzke",
            "email": "matthew.003@me.com"
        },
        {
            "name": "Rafael Willians",
            "email": "me@rwillians.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "Rwillians\\Stingray\\": "src/"
        }
    },
    "require": {
        "php": ">=5.3.3"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.0",
        "codeclimate/php-test-reporter": "dev-master"
    },
    "minimum-stability": "stable"
}