-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 1.46 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": "beyond-agentur/easybill-documents",
"description": "Zend Framework Module that provides Easybill documents hasndling",
"type": "library",
"license": "MIT",
"keywords": [
"easybill",
"documents",
"module",
"zf"
],
"homepage": "https://github.com/beyond-agentur/easybill-documents",
"authors": [
{
"name": "Kersten Burkhardt",
"email": "kersten@beyond-agentur.com",
"homepage": "https://github.com/beyond-agentur"
}
],
"extra": {
"zf": {
"module": "EasybillDocuments"
}
},
"require": {
"php": "^7.0",
"symfony/console": "^2.3 || ^3.0",
"zendframework/zend-stdlib": "^2.7.7 || ^3.0.1",
"zendframework/zend-hydrator": "^1.1 || ^2.2.1",
"zendframework/zend-mvc": "^2.7.10 || ^3.0.1",
"zendframework/zend-servicemanager": "^2.7.6 || ^3.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7.17 || ^6.2.1",
"zendframework/zend-console": "^2.6",
"zendframework/zend-developer-tools": "^1.1",
"zendframework/zend-i18n": "^2.7.3",
"zendframework/zend-log": "^2.9",
"zendframework/zend-modulemanager": "^2.7.2",
"zendframework/zend-serializer": "^2.8"
},
"autoload": {
"psr-0": {
"EasybillDocuments\\": "src/"
}
}
}