Skip to content

Commit

Permalink
add composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolashohm committed Jan 17, 2015
1 parent 338cbd3 commit 36e8578
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"MuninPlugin\\": "lib/MuninPlugin"
}
}
}

0 comments on commit 36e8578

Please sign in to comment.