-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.14 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
{
"name": "finallyRaunak/countries-vivran",
"description": "Country details composer package",
"homepage": "https://github.com/finallyRaunak/countries-vivran/",
"readme": "./README.md",
"type": "library",
"keywords": [
"world",
"countries",
"json",
"array"
],
"license": "MIT",
"authors": [
{
"name": "Raunak Gupta",
"email": "[email protected]",
"homepage": "https://www.webhat.in/article/author/raunak-gupta/",
"role": "Developer"
}
],
"require": {
"php": ">=5.6"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"CountriesVivran\\": "src/"
},
"files": [
"src/constants.php"
]
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.19.x-dev"
},
"support": {
"issues": "https://github.com/finallyRaunak/countries-vivran/issues",
"forum": "http://stackoverflow.com/questions/tagged/countries-vivran",
"docs": "https://github.com/finallyRaunak/countries-vivran/blob/main/doc/README.md"
}
}