forked from NatLibFi/Skosmos
-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
85 lines (85 loc) · 2.3 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "nat-lib-fi/skosmos",
"description": "Thesaurus and controlled vocabulary browser using SKOS and SPARQL",
"type": "project",
"license": "MIT",
"version": "2.15-dev",
"repositories": {
"lscache": {
"type": "package",
"package": {
"name": "pamelafox/lscache",
"version": "1.0.5",
"source": {
"url": "https://github.com/pamelafox/lscache.git",
"type": "git",
"reference": "1.0.5"
}
}
},
"malihu-custom-scrollbar": {
"type": "package",
"package": {
"name": "malihu/malihu-custom-scrollbar-plugin",
"version": "3.1.5",
"source": {
"url": "https://github.com/malihu/malihu-custom-scrollbar-plugin.git",
"type": "git",
"reference": "3.1.5"
}
}
},
"bootstrap-multiselect": {
"type": "package",
"package": {
"name": "davidstutz/bootstrap-multiselect",
"version": "1.1.1",
"source": {
"url": "https://github.com/davidstutz/bootstrap-multiselect.git",
"type": "git",
"reference": "v1.1.1"
}
}
}
},
"require": {
"components/jquery": "2.2.*",
"components/jqueryui": "1.12.*",
"components/handlebars.js": "v4.7.7",
"davidstutz/bootstrap-multiselect": "v1.1.1",
"easyrdf/easyrdf": "1.1.*",
"etdsolutions/waypoints": "4.0.0",
"symfony/polyfill-php80": "1.*",
"twig/twig": "2.14.*",
"twig/extensions": "1.5.*",
"twbs/bootstrap": "5.1.*",
"twitter/typeahead.js": "v0.11.*",
"willdurand/negotiation": "3.0.*",
"vakata/jstree": "3.3.*",
"punic/punic": "3.5.1",
"ml/json-ld": "1.*",
"ext-gettext": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"ext-xsl": "*",
"monolog/monolog": "1.23.*",
"newerton/jquery-mousewheel": "dev-master",
"pamelafox/lscache": "1.0.5",
"malihu/malihu-custom-scrollbar-plugin": "3.1.5",
"grimmlink/qtip2": "3.0.3"
},
"require-dev": {
"phpunit/phpunit": "9.5.*",
"umpirsky/twig-gettext-extractor": "1.3.*",
"symfony/dom-crawler": "5.4.*",
"mockery/mockery": "1.3.5"
},
"autoload": {
"classmap": ["controller/", "model/", "model/sparql/"]
},
"config": {
"allow-plugins": {
"robloach/component-installer": true
}
}
}