forked from ardohr-ltd/starling-payments-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 985 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
{
"name": "consilience/starling-payments-objects",
"description": "Starling Bank Payments Service data objects",
"homepage": "https://github.com/consilience",
"keywords": ["auth", "guzzle", "starling", "fintech"],
"license": "MIT",
"authors": [
{
"name": "Jason Judge",
"email": "judgej@gmail.com",
"homepage": "https://github.com/judgej"
},
{
"name": "Consilience Webteam",
"email": "webteam@consil.co.uk",
"homepage": "https://github.com/consilience"
}
],
"require": {
"php": ">=8.1",
"nesbot/carbon": "~1.18|^2.0",
"psr/http-message": "^1.0",
"moneyphp/money": "^4.0.4",
"guzzlehttp/psr7": "^1.5|^2.2"
},
"require-dev": {
"phpunit/phpunit": "~9.0",
"squizlabs/php_codesniffer": "^3.2"
},
"autoload": {
"psr-4": { "Consilience\\Starling\\Payments\\": "src" }
}
}