forked from BusinessMastery/omnipay-mobilpay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 818 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
{
"name": "business-mastery/omnipay-mobilpay",
"description": "MobilPay driver for the Omnipay PHP payment processing library",
"keywords": [
"mobilpay",
"gateway",
"merchant",
"omnipay",
"pay",
"payment",
"purchase"
],
"homepage": "https://github.com/BusienssMastery/omnipay-mobilpay",
"license": "MIT",
"authors": [
{
"name": "Tudor Galanopulos",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.0.1",
"thephpleague/omnipay-common": "~3.1"
},
"require-dev": {
"omnipay/tests": "~2.0"
},
"autoload": {
"psr-4": {
"Omnipay\\MobilPay\\": "src/BusinessMastery/Mobilpay"
}
},
"minimum-stability": "dev"
}