generated from cashbox-laravel/driver
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
82 lines (82 loc) · 2.24 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "cashier-provider/tinkoff-online",
"description": "Driver for online payments via Tinkoff (see cashier-provider/core)",
"license": "MIT",
"type": "library",
"keywords": [
"andrey-helldar",
"helldar",
"bank",
"billing",
"cashier",
"tinkoff",
"online",
"payment",
"payments"
],
"authors": [
{
"name": "Andrey Helldar",
"email": "[email protected]",
"homepage": "https://github.com/andrey-helldar"
}
],
"support": {
"issues": "https://github.com/cashier-provider/tinkoff-online/issues",
"source": "https://github.com/cashier-provider/tinkoff-online"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/TheDragonCode"
},
{
"type": "open_collective",
"url": "https://opencollective.com/dragon-code"
},
{
"type": "boosty",
"url": "https://boosty.to/dragon-code"
},
{
"type": "yoomoney",
"url": "https://yoomoney.ru/to/410012608840929"
}
],
"require": {
"php": "^7.3 || ^8.0",
"cashier-provider/core": "^3.0",
"cashier-provider/tinkoff-auth": "^3.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"ext-json": "*",
"dragon-code/support": "^5.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
"phpunit/phpunit": "^9.0",
"symfony/var-dumper": "^4.0 || ^5.0 || ^6.0"
},
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
"CashierProvider\\Tinkoff\\Online\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests"
}
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"dragon-code/codestyler": true,
"ergebnis/composer-normalize": true,
"friendsofphp/php-cs-fixer": true
},
"preferred-install": "dist",
"sort-packages": true
}
}