forked from umpirsky/country-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (36 loc) · 1.1 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": "umpirsky@gmail.com"
}
],
"repositories": [
{
"type": "composer",
"url": "http://packages.zendframework.com/"
}
],
"require": {
"php": ">=5.3.2",
"symfony/class-loader": "dev-master",
"symfony/console": "dev-master",
"symfony/filesystem": "dev-master",
"symfony/finder": "dev-master",
"symfony/locale": "dev-master",
"symfony/yaml": "dev-master",
"doctrine/dbal": "dev-master",
"zendframework/zendframework1": "dev-master",
"zendframework/zend-db": "2.0.*"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"Umpirsky\\Country": "src/"
}
}
}