-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 998 Bytes
/
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
{
"name": "ma4eto/tweetsmap",
"description": "Tweets map tiny applications",
"license": "BSD-3-Clause",
"keywords": [
"google",
"maps",
"zf2",
"twitter"
],
"homepage": "https://github.com/ma4eto/tweetsmap",
"require": {
"php": ">=5.5",
"zendframework/zend-mvc": "^2.5",
"zendframework/zend-modulemanager": "^2.5",
"zendframework/zend-config": "^2.5",
"zendframework/zend-log": "^2.5",
"zendframework/zend-serializer": "^2.5",
"zendframework/zend-console": "^2.5",
"zendframework/zend-form": "^2.5",
"zendframework/zend-inputfilter": "^2.5",
"zendframework/zend-view": "^2.5",
"zendframework/zend-http": "^2.5",
"zendframework/zend-i18n": "^2.5",
"zendframework/zend-session": "^2.5",
"doctrine/doctrine-orm-module": "~0.9"
},
"require-dev": {
"phpunit/phpunit": "~5",
"mockery/mockery": "~0.9"
}
}