forked from BenMenking/routeros-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request BenMenking#16 from fenixter/master
Support Composer
- Loading branch information
Showing
2 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,3 +41,6 @@ $RECYCLE.BIN/ | |
Network Trash Folder | ||
Temporary Items | ||
.apdisk | ||
|
||
### JetBrains PhpStorm | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} |