{
    "name": "athari/yalinqo",
    "description": "YaLinqo, a LINQ-to-objects library for PHP",
    "license": "BSD-2-Clause",
    "homepage": "http://athari.github.io/YaLinqo",
    "keywords": ["linq", "collection", "generator", "iterator", "array", "yield", "query"],
    "authors": [
        {
            "name": "Alexander Prokhorov",
            "homepage": "https://github.com/Athari/"
        }
    ],
    "support": {
        "issues": "https://github.com/Athari/YaLinqo/issues",
        "source": "https://github.com/Athari/YaLinqo",
        "docs": "http://athari.github.io/YaLinqo"
    },
    "require": {
        "php": ">=7.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^6.5",
        "phpdocumentor/phpdocumentor": "^2.8",
        "php-coveralls/php-coveralls": "^2.5"
    },
    "autoload": {
        "psr-4": {
            "YaLinqo\\": "YaLinqo/"
        },
        "files": [
            "YaLinqo/Linq.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "YaLinqo\\Tests\\": "Tests/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "3.x-dev"
        }
    }
}