-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 832 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 832 Bytes
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
{
"name": "vipercz/document-series_nette-driver",
"description": "Nette driver for documentSeries (https://github.com/ViPErCZ/documentSeries)",
"homepage": "http://vipersoftware.net",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Martin Chudoba",
"email": "info@vipersoftware.net",
"homepage": "http://vipersoftware.net"
}
],
"require": {
"php": ">= 7.1",
"nette/application": "~2.4.0",
"nette/bootstrap": "~2.4.0",
"nette/caching": "~2.4.0",
"nette/database": "~2.4.0",
"nette/di": "~2.4.0",
"nette/http": "~2.4.0",
"nette/robot-loader": "~2.4.0",
"nette/safe-stream": "~2.3.0",
"nette/utils": "~2.4.0",
"vipercz/document-series": "~1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"phpunit/dbunit": "^3.0"
}
}