thcolin/scene-release-parser

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "thcolin/scene-release-parser",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "thcolin",
            "email": "th.colin3@gmail.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "thcolin\\SceneReleaseParser\\": "src/"
        }
    },
    "require": {
        "mhor/php-mediainfo": "~2.1",
        "symfony/console": "^3.2",
        "symfony/framework-bundle": "^3.2"
    },
    "require-dev": {
        "codeclimate/php-test-reporter": "dev-master",
        "phpunit/phpunit": "^6.2"
    }
}