forked from contributte/gopay-inline
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 837 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
41
42
43
44
45
{
"name": "baraja-core/gopay-inline",
"description": "GoPay Inline Payment Gateway",
"keywords": [
"eshop",
"payment",
"gopay",
"api",
"inline"
],
"homepage": "https://github.com/baraja-core/gopay-inline",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Jan Barášek",
"homepage": "https://baraja.cz"
},
{
"name": "Milan Felix Šulc",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.1",
"ext-curl": "*",
"ext-json": "*",
"nette/di": "^3.0"
},
"require-dev": {
"symplify/easy-coding-standard": "^10.0",
"phpstan/phpstan": "^0.12.18",
"phpstan/phpstan-nette": "^0.12.6"
},
"autoload": {
"classmap": [
"src/"
]
},
"scripts": {
"phpstan": [
"vendor/bin/phpstan analyse src -c phpstan.neon --level 6 --no-progress"
]
},
"minimum-stability": "stable"
}