forked from ucfopen/UDOIT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·32 lines (32 loc) · 1.01 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
{
"name": "ucfcdl/udoit",
"type": "project",
"description" : "The Universal Design Online content Inspection Tool, or UDOIT enables faculty to identify accessibility issues in Canvas by Instructure. It will scan a course, generate a report, and provide resources on how to address common accessibility issues.",
"keywords": ["instructure", "canvas", "education", "udoit", "ucf"],
"repositories": [
],
"require": {
"php": "^5.4.0 || ^5.5.0 || ^5.6.0",
"nategood/httpful": "*",
"zaininnari/html-minifier": "dev-master",
"mpdf/mpdf": "dev-master",
"league/plates": "~3.1",
"ext-pdo": "*"
},
"require-dev": {
"symfony/var-dumper": "*",
"phpunit/phpunit": "4.8.*",
"heroku/heroku-buildpack-php": "*"
},
"scripts": {
"post-install-cmd": [
"bower install"
],
"post-update-cmd": [
"bower install"
],
"compile": [
"bower install"
]
}
}