Skip to content

Instantly share code, notes, and snippets.

@devnullone
Created June 21, 2022 18:06
Show Gist options
  • Save devnullone/657e21659ba909086c2ef56bad8d3fa7 to your computer and use it in GitHub Desktop.
Save devnullone/657e21659ba909086c2ef56bad8d3fa7 to your computer and use it in GitHub Desktop.
Conposer Json file with all requirement to install net_routeros library
{
"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