forked from marionnewlevant/craft-agnostic_fetch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 960 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
{
"name": "HedgehogSolutions/testpkg",
"description": "testpkg<h1>test",
"type": "craft-plugin",
"version": "2.0.0",
"keywords": [
"craft", "craftcms", "craft-plugin", "agnostic-fetch", "eagertestpkg<h1>test"
],
"license": "MIT",
"authors": [
{
"name": "testpkg<h1>test",
"homepage": "http://marion.newlevant.com?testpkg<h1>test"
}
],
"require": {
},
"autoload": {
"psr-4": {
"marionnewlevant\\agnosticfetch\\": "src/"
}
},
"extra": {
"name": "testpkg<h1>test",
"handle": "testpkg<h1>test",
"schemaVersion": "1.0.0",
"hasSettings": false,
"hasCpSection": false,
"documentationUrl": "https://github.com/marionnewlevant/craft-agnositic_fetch/blob/v2/README.md",
"changelogUrl": "https://raw.githubusercontent.com/marionnewlevant/craft-agnositic_fetch/v2/CHANGELOG.md"
}
}