forked from umpirsky/country-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.05 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
{
"name": "umpirsky/country-list",
"type": "library",
"description": "List of all countries with names and ISO 3166-1 codes in all languages and data formats.",
"license": "MIT",
"authors": [
{
"name": "Саша Стаменковић",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "composer",
"url": "http://packages.zendframework.com/"
}
],
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"symfony/class-loader": "~2.5",
"symfony/console": "~2.5",
"symfony/filesystem": "~2.5",
"symfony/finder": "~2.5",
"symfony/locale": "~2.5",
"symfony/yaml": "~2.5",
"doctrine/dbal": "~2.4",
"zendframework/zendframework1": "~1.12",
"zendframework/zend-db": "~2.3"
},
"autoload": {
"psr-0": {
"Umpirsky\\Country": "src/"
}
}
}