-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
22 lines (22 loc) · 867 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
{
"name": "deckerweb/genesis-widgetized-notfound",
"description": "WordPress plugin to finally, use widgets to maintain and customize your 404 Error and Search Not Found pages in Genesis Framework and Child Themes.",
"keywords": ["genesis", "genesiswp", "genesis framework", "404", "search", "not found", "page", "widget", "widgets", "searchform", "error", "deckerweb"],
"type": "wordpress-plugin",
"homepage": "https://github.com/deckerweb/genesis-widgetized-notfound",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "David Decker",
"homepage": "https://deckerweb-plugins.com/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/deckerweb/genesis-widgetized-notfound/issues",
"source": "https://github.com/deckerweb/genesis-widgetized-notfound"
},
"require": {
"php": ">=5.6"
}
}