From 30071c6cf068496a495160290aeba684b55ca77a Mon Sep 17 00:00:00 2001 From: Guilherme Capanema Date: Sat, 30 May 2020 20:32:40 -0300 Subject: [PATCH] Adiciona composer.json --- composer.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..00b149b --- /dev/null +++ b/composer.json @@ -0,0 +1,33 @@ +{ + "name": "capanema/listo", + "type": "wordpress-plugin", + "description": "Listo is a simple plugin that supplies commonly used lists to other plugins and themes.", + "keywords": [ + "listo", + "plugin", + "wordpress" + ], + "license": "MIT", + "authors": [ + { + "name": "Takayuki Miyoshi", + }, + { + "name": "Guilherme Capanema", + "email": "guilherme@capanema.me" + } + ], + "require": { + "php": "^7.2" + }, + "config": { + "preferred-install": "dist" + }, + "extra": { + "branch-alias": { + "dev-master": "1.3-dev" + } + }, + "minimum-stability": "dev", + "prefer-stable": true +}