Skip to content

Commit

Permalink
Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fenixter committed Mar 14, 2016
1 parent 99c1b99 commit bc3e694
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "BenMenking/routeros-api",
"description": "Client API for RouterOS/Mikrotik",
"keywords": [
"routeros",
"mikrotik"
],
"type": "library",
"support": {
"issues": "https://github.com/BenMenking/routeros-api/issues",
"wiki": "http://wiki.mikrotik.com/wiki/API_PHP_class",
"source": "https://github.com/BenMenking/routeros-api"
},
"authors": [
{
"name": "Denis Basta",
"email": "[email protected]"
},
{
"name": "Nick Barnes"
},
{
"name": "Ben Menking",
"email": "[email protected]"
},
{
"name": "Jeremy Jefferson",
"url": "http://jeremyj.com"
},
{
"name": "Cristian Deluxe",
"url": "[email protected]"
},
{
"name": "Mikhail Moskalev",
"url": "[email protected]"
}
],
"autoload": {
"classmap": [
"routeros_api.class.php"
]
}
}

0 comments on commit bc3e694

Please sign in to comment.