Skip to content

Commit

Permalink
Merge pull request BenMenking#16 from fenixter/master
Browse files Browse the repository at this point in the history
Support Composer
  • Loading branch information
BenMenking authored Oct 18, 2016
2 parents 4eb6672 + bc3e694 commit e0e17f4
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ $RECYCLE.BIN/
Network Trash Folder
Temporary Items
.apdisk

### JetBrains PhpStorm
.idea/
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 e0e17f4

Please sign in to comment.