123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "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"
- }
- }
|