forked from AppertaFoundation/openeyes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.23 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
{
"name": "openeyes/openeyes",
"description": "Electronic Patient Record system for use in Ophthalmology clinics",
"require": {
"yiisoft/yii": "1.1.15",
"rlanvin/php-rrule": "1.2.0",
"endroid/qrcode": "^1.7",
"setasign/fpdi-fpdf": "1.6.1",
"xthiago/pdf-version-converter": "dev-master"
},
"require-dev": {
"behat/behat": "~2",
"behat/mink": "~1",
"behat/yii-extension": "~1",
"behat/mink-extension": "~1",
"behat/mink-goutte-driver": "~1",
"behat/mink-selenium2-driver": "~1",
"sensiolabs/behat-page-object-extension": "1.0.1",
"phpunit/phpunit": "3.7.*",
"phpunit/phpunit-selenium": "1.3.*",
"phpunit/dbunit": "1.2.*",
"phpunit/php-invoker": "1.1.*",
"phpunit/phpunit-story": "*",
"phploc/phploc": "*",
"pdepend/pdepend": "2.2.4",
"phpmd/phpmd": "@stable",
"squizlabs/php_codesniffer": "2.*",
"sebastian/phpcpd": "*",
"phpdocumentor/phpdocumentor": "2.*",
"guzzle/guzzle": "^3.9.3",
"fabpot/goutte": "1.*"
},
"config": {
"bin-dir": "bin"
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.org"
}
},
"autoload": {
"classmap": ["features/bootstrap/Pages/OpenEyesPage.php"]
}
}