From ca85f87eaa88b81d9afc1f9ef2a118b127ce92dd Mon Sep 17 00:00:00 2001 From: Amaury Balmer Date: Mon, 26 Feb 2018 12:59:07 +0100 Subject: [PATCH 1/2] Create composer.json --- composer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..ff8bf1f --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "JoeHana/polylang-conditional", + "description": "Provides a Function and a Shortcode to check against the current active language.", + "license": "GPL-2.0", + "authors": [ + { + "name": "Joe Hana", + "email": "tme@joehana.com" + } + ], + "type" : "wordpress-plugin", + "require" : { + "composer/installers" : "~1.0" + } +} From 14956af286bc4a0070c6ef29b8b02dd4fcdcfb15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Kervran?= Date: Thu, 13 Oct 2022 11:37:23 +0200 Subject: [PATCH 2/2] Updated composer package name, now only lowercase --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ff8bf1f..4a26045 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "JoeHana/polylang-conditional", + "name": "joehana/polylang-conditional", "description": "Provides a Function and a Shortcode to check against the current active language.", "license": "GPL-2.0", "authors": [