-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 900 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": "morrison/posts_plus-extension",
"type": "streams-addon",
"description": "An extension to the Posts Module",
"keywords": [
"streams field type",
"streams addon",
"extension",
"pyrocms",
"pyro cms"
],
"homepage": "http://pyrocms.com/",
"license": "MIT",
"authors": [
{
"name": "Morrison",
"email": "admin@morrisonagency.com",
"homepage": "https://morrison.agency/",
"role": "Owner"
},
{
"name": "Lachlan Heywood",
"email": "support@hellotimber.com",
"homepage": "https://hellotimber.com/",
"role": "Owner"
}
],
"support": {
"email": "admin@morrisonagency.com"
},
"autoload": {
"psr-4": {
"Morrison\\PostsPlusExtension\\": "src/"
}
}
}