diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..4a26045 --- /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" + } +}