forked from umpirsky/country-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.06 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.1.*",
"symfony/console": "2.1.*",
"symfony/filesystem": "2.1.*",
"symfony/finder": "2.1.*",
"symfony/locale": "2.1.*",
"symfony/yaml": "2.1.*",
"doctrine/dbal": "2.*",
"zendframework/zendframework1": "1.*",
"zendframework/zend-db": "2.0.*"
},
"autoload": {
"psr-0": {
"Umpirsky\\Country": "src/"
}
}
}