-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
26 lines (26 loc) · 860 Bytes
/
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
{
"name": "schatzopoulos/yii2-scholar-indicators",
"description": "This extension facilitates the computation of BIP! Scholar research-level impact indicators.",
"keywords": ["yii2", "extension", "helper", "impact", "impact indicators", "research assessement", "researchers"],
"type": "yii2-extension",
"minimum-stability": "stable",
"license": "GPL-2.0-only",
"require": {
"yiisoft/yii2": "*"
},
"authors": [
{
"name": "schatzopoulos",
"email": "[email protected]"
}
],
"support": {
"source": "https://github.com/schatzopoulos/yii2-scholar-indicators",
"issues": "https://github.com/schatzopoulos/yii2-scholar-indicators/issues"
},
"autoload": {
"psr-4": {
"schatzopoulos\\scholarindicators\\": ""
}
}
}