diff --git a/composer copy.json b/composer copy.json deleted file mode 100644 index dff7960..0000000 --- a/composer copy.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "wplemon/control-wcag-auto-linkcolor", - "type": "library", - "description": "Links 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": "aristath@gmail.com", - "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" - } - } -}