-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathcomposer.json
33 lines (33 loc) · 970 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
{
"name" : "castos/seriously-simple-podcasting",
"description": "Podcasting the way it's meant to be. No mess, no fuss - just you and your content taking over the world.",
"keywords" : ["wordpress", "podcasting"],
"type" : "wordpress-plugin",
"homepage" : "https://github.com/CastosHQ/Seriously-Simple-Podcasting",
"license" : "GPL-2.0",
"authors" : [
{
"name" : "Craig Hewitt",
"homepage": "https://castos.com/"
},
{
"name" : "Jonathan Bossenger",
"homepage": "https://jonathanbossenger.com/"
},
{
"name" : "Hugh Lashbrooke",
"homepage": "https://hugh.blog/"
}
],
"support" : {
"issues": "https://github.com/CastosHQ/Seriously-Simple-Podcasting/issues"
},
"autoload" : {
"classmap": ["php/"]
},
"require-dev": {
"lucatume/wp-browser": "^3.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-asserts": "^2.0"
}
}