-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
47 lines (47 loc) · 1.64 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
43
44
45
46
47
{
"name" : "SimpleMappr",
"description" : "A point map web application for quality publications and presentations.",
"keywords" : ["publication", "presentation", "map", "georeference"],
"homepage" : "https://www.simplemappr.net",
"time" : "2014-04-27",
"license" : "MIT",
"authors": [
{
"name" : "David P. Shorthouse",
"email" : "[email protected]",
"role" : "Developer"
}
],
"support" : {
"email" : "[email protected]",
"issues" : "https://github.com/dshorthouse/SimpleMappr/issues",
"source" : "https://github.com/dshorthouse/SimpleMappr"
},
"autoload" : {
"psr-4" : {
"SimpleMappr\\" : "src/"
}
},
"require": {
"league/csv" : "~8.2.0",
"natxet/CssMin" : "~3.0.4",
"neitanod/forceutf8" : "~2.0",
"phpoffice/phppresentation" : "~0.6.0",
"phpoffice/phpword" : "~0.12.1",
"phayes/geophp" : "~1.2",
"phroute/phroute" : "2.*",
"robmorgan/phinx" : "~0.8.0",
"symfony/yaml" : "*",
"twig/twig" : "~1.0",
"twig/extensions" : "~1.1.0",
"suin/php-rss-writer" : ">=1.0"
},
"require-dev": {
"phpunit/phpunit" : "5.7.*",
"facebook/webdriver" : "dev-master",
"satooshi/php-coveralls" : "~1.0",
"squizlabs/php_codesniffer" : "3.*",
"jakub-onderka/php-parallel-lint" : "~0.9",
"jakub-onderka/php-console-highlighter" : "~0.3"
}
}