Skip to content

Commit

Permalink
add composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Oct 18, 2019
0 parents commit f037c38
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "wplemon/control-wcag-auto-textcolor",
"type": "library",
"description": "Text Color control for the free version of the Gridd theme. Addon for the Kirki framework (v4.0 API).",
"keywords": ["wordpress", "customizer", "framework"],
"homepage": "https://aristath.github.io/kirki",
"license": "MIT",
"authors": [{
"name": "Ari Stathopoulos",
"email": "[email protected]",
"homepage": "http://aristath.github.io",
"role": "Developer"
}],
"require": {
"php": ">=5.6",
"kirki-framework/control-base": "*",
"kirki-framework/field": "*",
"kirki-framework/url-getter": "*"
},
"autoload": {
"psr-4": {
"WPLemon\\Control\\": "src/Control",
"WPLemon\\Field\\": "src/Field"
}
}
}

0 comments on commit f037c38

Please sign in to comment.