forked from justcoded/wordpress-theme-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 781 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 781 Bytes
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
{
"name": "justcoded/wordpress-theme-framework",
"description": "Lightweight theme framework base with Model-View concept for developers who want to better organize their own custom themes.",
"keywords": ["plugin","wordpress","theme framework","mvc"],
"type": "wordpress-muplugin",
"authors": [
{
"name": "Alex Prokopenko",
"email": "aprokopenko@justcoded.com",
"homepage": "http://justcoded.com",
"role": "Developer"
}
],
"support": {
"email": "aprokopenko@justcoded.com",
"issues": "https://github.com/justcoded/wordpress-theme-framework/issues"
},
"require": {
"php": ">=7.0",
"johnpbloch/wordpress": ">=4.7",
"composer/installers": "~1.0",
"stoutlogic/acf-builder": "~1.8"
},
"license": "GPL-3.0+"
}