|
| 1 | +{ |
| 2 | + "name": "automattic/jetpack-paypal-payments", |
| 3 | + "description": "Add PayPal, credit, and debit card payment buttons with minimal setup. Good for collecting donations or payments for products and services.", |
| 4 | + "type": "jetpack-library", |
| 5 | + "license": "GPL-2.0-or-later", |
| 6 | + "require": { |
| 7 | + "php": ">=7.2" |
| 8 | + }, |
| 9 | + "require-dev": { |
| 10 | + "yoast/phpunit-polyfills": "^4.0.0", |
| 11 | + "automattic/jetpack-changelogger": "@dev", |
| 12 | + "automattic/jetpack-test-environment": "@dev", |
| 13 | + "automattic/phpunit-select-config": "@dev" |
| 14 | + }, |
| 15 | + "autoload": { |
| 16 | + "classmap": [ |
| 17 | + "src/" |
| 18 | + ] |
| 19 | + }, |
| 20 | + "scripts": { |
| 21 | + "build-development": "echo 'Add your build step to composer.json, please!'", |
| 22 | + "build-production": "echo 'Add your build step to composer.json, please!'", |
| 23 | + "phpunit": [ |
| 24 | + "phpunit-select-config phpunit.#.xml.dist --colors=always" |
| 25 | + ], |
| 26 | + "test-coverage": [ |
| 27 | + "php -dpcov.directory=. ./vendor/bin/phpunit-select-config phpunit.#.xml.dist --coverage-php \"$COVERAGE_DIR/php.cov\"" |
| 28 | + ], |
| 29 | + "test-php": [ |
| 30 | + "@composer phpunit" |
| 31 | + ] |
| 32 | + }, |
| 33 | + "repositories": [ |
| 34 | + { |
| 35 | + "type": "path", |
| 36 | + "url": "../../packages/*", |
| 37 | + "options": { |
| 38 | + "monorepo": true |
| 39 | + } |
| 40 | + } |
| 41 | + ], |
| 42 | + "minimum-stability": "dev", |
| 43 | + "prefer-stable": true, |
| 44 | + "extra": { |
| 45 | + "autotagger": true, |
| 46 | + "branch-alias": { |
| 47 | + "dev-trunk": "0.1.x-dev" |
| 48 | + }, |
| 49 | + "changelogger": { |
| 50 | + "link-template": "https://github.com/Automattic/jetpack-paypal-payments/compare/v${old}...v${new}" |
| 51 | + }, |
| 52 | + "mirror-repo": "Automattic/jetpack-paypal-payments", |
| 53 | + "textdomain": "jetpack-paypal-payments", |
| 54 | + "version-constants": { |
| 55 | + "::PACKAGE_VERSION": "src/class-paypal-payments.php" |
| 56 | + } |
| 57 | + }, |
| 58 | + "suggest": { |
| 59 | + "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." |
| 60 | + } |
| 61 | +} |
0 commit comments