-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 903 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
33
{
"name": "snakeyyy/SRS",
"config": {
"vendor-dir": "libs/global"
},
"require": {
"php": ">= 5.3.0",
"nette/nette": "2.0.18",
"nella/doctrine": "0.8.0",
"nella/console": "0.8.0",
"kdyby/translation": "0.10.4",
"doctrine/migrations": "@dev",
"doctrine/data-fixtures": "1.0.0",
"janmarek/webloader": "dev-nette-2.0",
"jms/serializer": "0.11.0",
"itbz/fpdf": "1.7.1",
"itbz/fpdi": "1.4.2",
"pear/numbers_words": "0.18.1",
"phpoffice/phpexcel": "1.8.1"
},
"require-dev": {
"phpunit/phpunit": "4.8.27",
"phpunit/phpunit-selenium": "2.0.0"
},
"authors": [
{
"name": "Michal Májský",
"email": "m.majsky@gmail.com",
"homepage": "http://michal.majsky.cz",
"role": "Developer"
}
]
}