diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..458db57 --- /dev/null +++ b/composer.json @@ -0,0 +1,21 @@ +{ + "name": "moe/font-awesome", + "description": "A simple form field for selecting font-awesome classes in the CMS.", + "keywords": [ + "google", + "analytics" + ], + "license": "BSD-3-Clause", + "authors": [ + { + "name": "Chris Turner", + "email": "chris.turner@minedu.govt.nz" + } + ], + "type": "silverstripe-module", + "require": { + "silverstripe/framework": ">=3.1.0", + "silverstripe/cms": ">=3.1.0" + }, + "minimum-stability": "dev" +} \ No newline at end of file