-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 611 Bytes
/
Copy pathcomposer.json
File metadata and controls
24 lines (24 loc) · 611 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "secrethash/currency",
"description": "Smart Currency Conversion PHP Script. Saves Quota and Your Money.",
"type": "library",
"license": "MIT",
"homepage": "https://github.com/secrethash/currency",
"authors": [
{
"name": "Shashwat Mishra",
"email": "shashwat9630@gmail.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.3.0",
"gilbitron/php-simplecache": "^1.4",
"nesbot/carbon": "^2.5"
},
"autoload": {
"psr-4": {
"Secrethash\\Currency\\": "src/"
}
}
}