forked from adrianbarbos/omnipay-mobilpay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 941 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "dan-pascu/omnipay-mobilpay",
"description": "MobilPay driver for the Omnipay PHP payment processing library. Forked from adrianbarbos/omnipay-mobilpay",
"keywords": [
"mobilpay",
"gateway",
"merchant",
"omnipay",
"pay",
"payment",
"purchase"
],
"homepage": "https://github.com/dan-pascu/omnipay-mobilpay",
"license": "MIT",
"authors": [
{
"name": "Tudor Galanopulos",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.2.0",
"omnipay/common": "^3.1.2",
"php-http/guzzle7-adapter": "^1.0.0",
"guzzlehttp/guzzle": "^7.3.0",
"ext-openssl": "*"
},
"require-dev": {
"omnipay/tests": "~2.0"
},
"autoload": {
"psr-4": {
"Omnipay\\MobilPay\\": "src/BusinessMastery/Mobilpay"
}
},
"minimum-stability": "dev"
}