refinery29/sitemap

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "refinery29/sitemap",
    "description": "Provides components for building and writing a sitemap.",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Andreas Möller",
            "email": "andreas.moller@refinery29.com"
        },
        {
            "name": "Ante Lucic",
            "email": "ante.lucic@refinery29.com"
        }
    ],
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "sort-packages": true
    },
    "require": {
        "php": "^5.6 || ^7.0",
        "beberlei/assert": "^2.6.7"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.6.5",
        "refinery29/php-cs-fixer-config": "0.5.5",
        "refinery29/test-util": "0.9.5"
    },
    "autoload": {
        "psr-4": {
            "Refinery29\\Sitemap\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Refinery29\\Sitemap\\Test\\": "test"
        }
    }
}