{ "name": "omnipay/worldpay", "type": "library", "description": "WorldPay driver for the Omnipay payment processing library", "keywords": [ "gateway", "merchant", "omnipay", "pay", "payment", "worldpay" ], "homepage": "https://github.com/thephpleague/omnipay-worldpay", "license": "MIT", "authors": [ { "name": "Adrian Macneil", "email": "[email protected]" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-worldpay/contributors" } ], "autoload": { "psr-4": { "Omnipay\\WorldPay\\" : "src/" } }, "require": { "omnipay/common": "~3.0" }, "require-dev": { "omnipay/tests": "~3.0", "squizlabs/php_codesniffer": "~3.0" }, "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "prefer-stable": true }