|
1 | 1 | { |
2 | | - "name": "omnipay-taiwan/omnipay-payware", |
3 | | - "type": "library", |
4 | | - "description": "Payware driver for the Omnipay payment processing library", |
5 | | - "keywords": [ |
6 | | - "payware", |
7 | | - "gateway", |
8 | | - "merchant", |
9 | | - "omnipay", |
10 | | - "pay", |
11 | | - "payment" |
12 | | - ], |
13 | | - "homepage": "https://github.com/omnipay-taiwan/omnipay-payware", |
14 | | - "license": "MIT", |
15 | | - "authors": [ |
16 | | - { |
17 | | - "name": "Adrian Macneil", |
18 | | - "email": "adrian@adrianmacneil.com" |
19 | | - }, |
20 | | - { |
21 | | - "name": "Omnipay Contributors", |
22 | | - "homepage": "https://github.com/thephpleague/omnipay-dummy/contributors" |
23 | | - }, |
24 | | - { |
25 | | - "name": "recca0120", |
26 | | - "email": "recca0120@gmail.com" |
27 | | - } |
28 | | - ], |
29 | | - "autoload": { |
30 | | - "psr-4": { |
31 | | - "Omnipay\\Payware\\": "src/" |
32 | | - } |
| 2 | + "name": "omnipay-taiwan/omnipay-payware", |
| 3 | + "type": "library", |
| 4 | + "description": "Payware driver for the Omnipay payment processing library", |
| 5 | + "keywords": [ |
| 6 | + "payware", |
| 7 | + "gateway", |
| 8 | + "merchant", |
| 9 | + "omnipay", |
| 10 | + "pay", |
| 11 | + "payment" |
| 12 | + ], |
| 13 | + "homepage": "https://github.com/omnipay-taiwan/omnipay-payware", |
| 14 | + "license": "MIT", |
| 15 | + "authors": [ |
| 16 | + { |
| 17 | + "name": "Adrian Macneil", |
| 18 | + "email": "adrian@adrianmacneil.com" |
33 | 19 | }, |
34 | | - "autoload-dev": { |
35 | | - "psr-4": { |
36 | | - "Omnipay\\Payware\\Tests\\": "tests/" |
37 | | - } |
| 20 | + { |
| 21 | + "name": "Omnipay Contributors", |
| 22 | + "homepage": "https://github.com/thephpleague/omnipay-dummy/contributors" |
38 | 23 | }, |
39 | | - "require": { |
40 | | - "omnipay/common": "~3.0" |
41 | | - }, |
42 | | - "require-dev": { |
43 | | - "omnipay/tests": "~3.0|~4.0", |
44 | | - "squizlabs/php_codesniffer": "^3.0" |
45 | | - }, |
46 | | - "extra": { |
47 | | - "branch-alias": { |
48 | | - "dev-master": "3.1.x-dev" |
49 | | - } |
50 | | - }, |
51 | | - "prefer-stable": true |
| 24 | + { |
| 25 | + "name": "recca0120", |
| 26 | + "email": "recca0120@gmail.com" |
| 27 | + } |
| 28 | + ], |
| 29 | + "autoload": { |
| 30 | + "psr-4": { |
| 31 | + "Omnipay\\Payware\\": "src/" |
| 32 | + } |
| 33 | + }, |
| 34 | + "autoload-dev": { |
| 35 | + "psr-4": { |
| 36 | + "Omnipay\\Payware\\Tests\\": "tests/" |
| 37 | + } |
| 38 | + }, |
| 39 | + "require": { |
| 40 | + "omnipay/common": "~3.0" |
| 41 | + }, |
| 42 | + "require-dev": { |
| 43 | + "omnipay/tests": "~3.0|~4.0", |
| 44 | + "squizlabs/php_codesniffer": "^3.0" |
| 45 | + }, |
| 46 | + "extra": { |
| 47 | + "branch-alias": { |
| 48 | + "dev-master": "3.1.x-dev" |
| 49 | + } |
| 50 | + }, |
| 51 | + "prefer-stable": true, |
| 52 | + "config": { |
| 53 | + "allow-plugins": { |
| 54 | + "php-http/discovery": true |
| 55 | + } |
| 56 | + } |
52 | 57 | } |
0 commit comments