-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
36 lines (36 loc) · 1002 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
27
28
29
30
31
32
33
34
35
36
{
"name": "terminus-plugin-project/terminus-omniscient-plugin",
"description": "Omniscient - A Terminus plugin for enabling New Relic Pro on all sites.",
"homepage": "https://github.com/terminus-plugin-project/terminus-omniscient-plugin",
"authors": [
{
"name": "Brian Thompson",
"email": "[email protected]",
"homepage": "https://github.com/rvtraveller",
"role": "Developer"
}
],
"type": "terminus-plugin",
"keywords": [
"pantheon",
"terminus",
"new relic",
"omniscient",
"plugin"
],
"support": {
"issues": "https://github.com/terminus-plugin-project/terminus-omniscient-plugin/issues"
},
"license": "MIT",
"require": {
"php": ">=5.4"
},
"autoload": {
"psr-4": { "TerminusPluginProject\\Omniscient\\": "src" }
},
"extra": {
"terminus": {
"compatible-version": "1.*"
}
}
}