diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..6a73f77 --- /dev/null +++ b/composer.json @@ -0,0 +1,20 @@ +{ + "name": "nickel715/munin-php-plugin", + "description": "object oriented PHP library to create plugins for Munin", + "license": "MIT", + "authors": [ + { + "name": "Nicolas Hohm", + "email": "nickel7152@gmail.com", + "role": "Developer" + } + ], + "require": { + "php": ">=5.4.0" + }, + "autoload": { + "psr-4": { + "MuninPlugin\\": "lib/MuninPlugin" + } + } +}