From 90ed3e88a74691a041ca6ffb22edfb684a2a6a80 Mon Sep 17 00:00:00 2001 From: Eduard Florea Date: Tue, 24 Jul 2018 15:54:27 -0700 Subject: [PATCH] add composer.json so the plugin can be installed with composer --- composer.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..77842fa --- /dev/null +++ b/composer.json @@ -0,0 +1,30 @@ +{ + "name": "10up/10up-experience", + "description": "The 10up Experience plugin configures WordPress to better protect and inform clients, aligned to 10up's best practices", + "version": "1.0", + "type": "wordpress-plugin", + "keywords": [ + "wordpress", + "10up" + ], + "homepage": "https://github.com/10up/10up-experience", + "license": ["GPL-2.0-only"], + "authors": [ + { + "name": "10up", + "homepage": "https://10up.com/" + } + ], + "support": { + "issues": "https://github.com/10up/10up-experience", + "source": "https://github.com/10up/10up-experience" + }, + "require": { + "php": ">=5.3" + }, + "autoload": { + "files": [ + "10up-experience.php" + ] + } +} \ No newline at end of file