
{
    "name": "payum/offline",
    "type": "library",
    "description": "The Payum extension. It provides Offline payment integration.",
    "keywords": [
        "payment",
        "offlile",
        "invoice"
    ],
    "homepage": "https://payum.forma-pro.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Kotlyar Maksim",
            "email": "kotlyar.maksim@gmail.com"
        },
        {
            "name":     "Payum project",
            "homepage": "https://payum.forma-pro.com/"
        },
        {
            "name":     "Community contributions",
            "homepage": "https://github.com/Payum/Offline/contributors"
        }
    ],
    "require": {
        "payum/core": "^1.5"
    },
    "require-dev": {
        "payum/core": "^1.5@dev",
        "phpunit/phpunit": "^5.7",
        "symfony/phpunit-bridge": "^3.1|^4"
    },
    "config": {
        "bin-dir": "bin"
    },
    "autoload": {
        "psr-0": { "Payum\\Offline": "" }
    },
    "target-dir": "Payum/Offline",
    "extra": {
        "branch-alias": {
            "dev-master": "1.5-dev"
        }
    }
}
