forked from moltin/currency
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 885 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
{
"name": "moltin/currency",
"description": "Currency conversion and formatting",
"license": "proprietary",
"authors": [
{
"name": "Moltin Ltd",
"email": "[email protected]",
"homepage": "http://molt.in",
"role": "Vendor"
}
],
"support": {
"email": "[email protected]",
"issues": "http://github.com/moltin/currency/issues",
"source": "http://github.com/moltin/currency"
},
"minimum-stability": "dev",
"require": {
"php": ">=5.6.0",
"guzzlehttp/guzzle": "~6.2|~7.2"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"mockery/mockery": "~0.9"
},
"autoload": {
"psr-0": {
"Moltin": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}