christophehurpeau/php-importer

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "christophehurpeau/php-importer",
    "description": "Interfaces and CSV Importer in PHP",
    "version": "1.0.0",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Christophe Hurpeau",
            "email": "christophe@hurpeau.com",
            "homepage": "http://christophe.hurpeau.com/"
        }
    ],
    "require-dev" : {
        "codeclimate/php-test-reporter": "^0.1.2",
        "squizlabs/php_codesniffer": "^2.3",
        "phpunit/phpunit": "^4.0"
    },
    "autoload": {
        "psr-4": {
            "Importer\\": ["src/"]
        }
    }
}