-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
44 lines (44 loc) · 1.26 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
{
"name": "joomla-projects/library-review",
"description": "Repository to store our results from the investigation of the usability of external libraries as a replacement for our own. These results consist mainly of text and code.",
"type": "research",
"autoload": {
"psr-4": {
"App\\LibraryReview\\": "src/"
}
},
"require": {
"joomla/http": "^1.3",
"joomla/registry": "^1.6",
"nikic/php-parser": "^4.10",
"twig/twig": "^3.0",
"ext-json": "*",
"joomla/language": "^1.4",
"joomla/input": "^1.4",
"joomla/archive": "^1.1",
"joomla/string": "^1.4",
"joomla/cache": "^1.2",
"joomla/application": "^1.9",
"joomla/event": "^1.3",
"joomla/keychain": "^1.2",
"joomla/oauth2": "^1.1",
"joomla/oauth1": "^1.1",
"joomla/image": "^1.5",
"joomla/date": "^1.2",
"joomla/session": "^1.5",
"joomla/model": "^1.3",
"joomla/filter": "^1.4",
"joomla/profiler": "^1.2",
"joomla/data": "^1.2",
"joomla/crypt": "^1.4",
"joomla/controller": "^1.1",
"joomla/router": "^1.2",
"joomla/view": "^1.3",
"joomla/test": "^1.3",
"joomla/uri": "^1.2",
"joomla/utilities": "^1.6",
"joomla/authentication": "^1.3",
"joomla/database": "^1.7",
"joomla/ldap": "^1.5"
}
}