From: Jake Date: Thu, 5 Nov 2015 18:22:04 +0000 (-0500) Subject: add composer file X-Git-Tag: v1.1.0~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1621%2Fhead;p=thirdparty%2FChart.js.git add composer file add composer file --- diff --git a/composer.json b/composer.json new file mode 100644 index 000000000..48d05b8dc --- /dev/null +++ b/composer.json @@ -0,0 +1,26 @@ +{ + "name": "nnnick/chartjs", + "type": "library", + "description": "Simple HTML5 charts using the canvas element.", + "keywords": [ + "chart", + "js" + ], + "homepage": "http://www.chartjs.org/", + "license": "MIT", + "authors": [ + { + "name": "NICK DOWNIE", + "email": "hello@nickdownie.com" + } + ], + "require": { + "php": ">=5.3.3" + }, + "minimum-stability": "stable", + "extra": { + "branch-alias": { + "release/2.0": "v2.0-dev" + } + } +}