Created
June 21, 2022 18:06
-
-
Save devnullone/657e21659ba909086c2ef56bad8d3fa7 to your computer and use it in GitHub Desktop.
Conposer Json file with all requirement to install net_routeros library
This file contains hidden or 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
{ | |
"require": { | |
"twbs/bootstrap": "5.1.3", | |
"pear2/net_transmitter": "1.0.0b1", | |
"pear2/cache_shm": "dev-develop", | |
"pear2/console_color": "dev-develop", | |
"pear2/console_commandline": "dev-master", | |
"phpunit/phpunit": "@stable", | |
"squizlabs/php_codesniffer": "@stable", | |
"pear2/net_routeros": "1.0.0b6" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment