{ "name": "ginger/squarepay", "description": "Square Payments Bolt Extension", "type": "bolt-extension", "keywords": [ "test" ], "require": { "bolt/bolt": "^3.6" }, "require-dev": { "phpunit/phpunit": "^4.7" }, "license": "MIT", "authors": [ { "name": "Richard Knight", "email": "rich@apewavwe.com" } ], "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": { "Bolt\\Extension\\Ginger\\Squarepay\\": "src" } }, "autoload-dev": { "psr-4": { "Bolt\\Extension\\Ginger\\Squarepay\\Tests\\": "tests", "Bolt\\Tests\\": "vendor/bolt/bolt/tests/phpunit/unit/" } }, "extra": { "bolt-assets": "web", "bolt-class": "Bolt\\Extension\\Ginger\\Squarepay\\SquarepayExtension" } }