forked from antonioribeiro/countries
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (34 loc) · 843 Bytes
/
Copy pathcomposer.json
File metadata and controls
41 lines (34 loc) · 843 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "pragmarx/countries",
"description": "Laravel Countries and Currencies",
"keywords": ["countries", "currencies", "laravel", "pragmarx"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Antonio Carlos Ribeiro",
"email": "acr@antoniocarlosribeiro.com",
"role": "Creator"
}
],
"require": {
"php": ">=5.6.0",
"laravel/framework": ">=5.3",
"mledoze/countries": "^1.8",
"commercie/currency": "^1.0",
"psr/simple-cache": "^1.0"
},
"require-dev": {
"orchestra/testbench": "~3.0",
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": {
"PragmaRX\\Countries\\": "src/",
"PragmaRX\\Countries\\Tests\\": "tests/",
"PragmaRX\\Countries\\Tests\\PhpUnit\\": "tests/PhpUnit/"
},
"files": [
"src/Support/helpers.php"
]
}
}