forked from GEWIS/gewisweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 908 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": "GEWIS/gewisweb",
"description": "GEWIS Website",
"license": "GPL-3.0",
"keywords": [
"website",
"gewis"
],
"homepage": "http://gewis.nl/",
"repositories": [
{
"type": "git",
"url": "https://github.com/jszanto/gewisweb-test-data"
}
],
"require": {
"php": ">=5.4.0",
"ext-gd": "^0.0.0",
"ext-exif": "^0.0.0",
"ext-imagick": "^3.1",
"zendframework/zendframework": "2.4.*",
"doctrine/doctrine-orm-module": "0.*",
"zendframework/zend-developer-tools": "~1.0.0",
"jszanto/gewisweb-test-data": "dev-master",
"twbs/bootstrap-sass": "^3.3",
"maglnet/magl-markdown":"^1.4",
"dino/dompdf-module": "0.2.0",
"firebase/php-jwt": "^5.0",
"paragonie/random_compat": "^2.0",
"monolog/monolog": "^1.23"
}
}