-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
65 lines (65 loc) · 1.82 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
{
"name": "inter-mediator/im-trial",
"version": "2",
"time": "2022-01-14",
"repositories": [
{
"type": "git",
"url": "https://github.com/INTER-Mediator/IMApp_Trial.git"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.1.0",
"inter-mediator/inter-mediator": "dev-master"
},
"autoload": {},
"description": "INTER-Mediator Trial Application, also suitable for studying INTER-Mediator",
"type": "application",
"keywords": [
"INTER-Mediator",
"application",
"bbs",
"sample"
],
"homepage": "https://inter-mediator.com",
"license": "MIT",
"authors": [
{
"name": "INTER-Mediator Directive Committee",
"homepage": "http://inter-mediator.org/"
}
],
"support": {
"community-jp": "https://www.facebook.com/groups/233378356708157/",
"community-en": "https://www.facebook.com/groups/254446237922985/",
"source": "https://github.com/INTER-Mediator/IMApp_SimpleBBS",
"manual": "http://inter-mediator.info/"
},
"scripts": {
"test": [
"The software test is very important activity for the quality assuarance."
],
"clear": [
"rm -rf node_modules vendor"
],
"post-update-cmd": [
"cd ./vendor/inter-mediator/inter-mediator; npm install",
"cd ./vendor/inter-mediator/inter-mediator; npm update",
"cd ./vendor/inter-mediator/inter-mediator/dist-docs; ./generateminifyjshere.sh",
"cd ./lib; ./trialsetup.sh"
],
"post-install-cmd": [
"cd ./vendor/inter-mediator/inter-mediator; npm install",
"cd ./vendor/inter-mediator/inter-mediator/dist-docs; ./generateminifyjshere.sh",
"cd ./lib; ./trialsetup.sh"
]
},
"config": {
"allow-plugins": {
"simplesamlphp/composer-module-installer": true,
"mouf/nodejs-installer": true
}
}
}