-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (49 loc) · 1.21 KB
/
Copy pathcomposer.json
File metadata and controls
49 lines (49 loc) · 1.21 KB
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
{
"name": "inter-mediator/samples",
"version": "16",
"time": "2026-06-06",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.1.0",
"inter-mediator/inter-mediator": "dev-master"
},
"autoload": {},
"description": "INTER-Mediator Application Template.",
"type": "application",
"keywords": [
"INTER-Mediator",
"application"
],
"homepage": "https://inter-mediator.com",
"license": "MIT",
"authors": [
{
"name": "INTER-Mediator Directive Committee",
"homepage": "http://inter-mediator.org/"
}
],
"support": {
"source": "https://github.com/INTER-Mediator/IMApp-template",
"manual": "http://inter-mediator.info/"
},
"scripts": {
"test": [
"The software test is very important activity for the quality assuarance."
],
"clear": [
"INTERMediator\\Composer\\InstallerPlugin::onClear"
],
"clean": [
"INTERMediator\\Composer\\InstallerPlugin::onClear"
]
},
"config": {
"allow-plugins": {
"simplesamlphp/composer-module-installer": true,
"simplesamlphp/composer-xmlprovider-installer": true,
"mouf/nodejs-installer": true,
"inter-mediator/inter-mediator": true
}
}
}