forked from pkp/pkp-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 946 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
34
35
36
37
38
39
40
41
{
"require": {
"ralouphie/getallheaders": "*",
"components/jqueryui": "1.*",
"components/jquery": "3.*",
"wikimedia/less.php": "1.*",
"phpmailer/phpmailer": "6.*",
"smarty/smarty": "3.*",
"ezyang/htmlpurifier": "4.*",
"moxiecode/plupload": "2.*",
"tinymce/tinymce": "4.*",
"alex198710/pnotify": "dev-master",
"michelf/php-markdown": "1.*",
"slim/slim": "3.*",
"pimple/pimple": "3.*",
"illuminate/database": "^5.5.41",
"illuminate/validation": "^5.5.41",
"firebase/php-jwt": "5.*",
"danielstjules/stringy": "3.*",
"adodb/adodb-php": "dev-v5.20.14-mods",
"gettext/gettext": "^4.6"
},
"require-dev": {
"facebook/webdriver": "~1.6",
"phpunit/phpunit": "~8",
"psy/psysh": "@stable"
},
"config": {
"component-dir": "lib/components",
"vendor-dir": "lib/vendor",
"platform": {
"php": "7.2.0"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/asmecher/ADOdb"
}
]
}