-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 999 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
38
39
40
{
"name": "paytic/payments-plationline",
"type": "library",
"license": "MIT",
"description": "Payments module for bytic library for PlatiOnline",
"keywords": [],
"homepage": "https://github.com/paytic/payments-plationline",
"authors": [
{
"name": "Gabriel Solomon",
"email": "hello@gabrielsolomon.ro"
}
],
"autoload": {
"psr-4": {
"Paytic\\Payments\\PlatiOnline\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Paytic\\Payments\\PlatiOnline\\Tests\\": "tests/src",
"Paytic\\Payments\\PlatiOnline\\Tests\\Fixtures\\": "tests/fixtures"
}
},
"require": {
"php": "^7.2|^8.0",
"paytic/omnipay-plationline": "^2.0|^3.0"
},
"require-dev": {
"ext-zlib": "*",
"paytic/payments": "^1.0",
"paytic/payments-tests": "^1.0",
"bytic/http": "^1.0",
"bytic/form": "^1.0",
"bytic/phpqatools": "^1.0",
"symfony/http-client": "^4.4|^5.0"
},
"minimum-stability": "stable",
"prefer-stable": true
}