-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 1.1 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
{
"name": "webspell_ng/webspell_ng",
"description": "webSPELL NG, a fork of webSPELL NOR",
"keywords": ["cms", "gaming"],
"license": "GPL-3.0",
"type": "project",
"require": {
"webspell_ng/query_builder": "dev-master",
"webspell_ng/data_structures": "dev-master",
"twbs/bootstrap": "5.0.2",
"twbs/bootstrap-icons": "1.5.0",
"jquery/jquery": "3.6.0"
},
"repositories": [
{
"type": "package",
"package": {
"name": "jquery/jquery",
"version": "3.6.0",
"dist": {
"url": "https://code.jquery.com/jquery-3.6.0.min.js",
"type": "file"
}
}
},
{
"type": "package",
"package": {
"name": "twbs/bootstrap-icons",
"version": "1.5.0",
"dist": {
"url": "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css",
"type": "file"
}
}
}
]
}