Added PEAR2/Net_RouterOS to composer.json

This commit is contained in:
Frank Schubert
2025-07-29 19:43:09 +02:00
parent bb32e7aca4
commit 9794500834

View File

@@ -1,4 +1,6 @@
{
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"phpoffice/phpspreadsheet": "^1.23",
"robmorgan/phinx": "^0.13.4",
@@ -6,6 +8,7 @@
"chillerlan/php-qrcode": "^4",
"phpseclib/phpseclib": "^3.0",
"stomp-php/stomp-php": "^5",
"phpmailer/phpmailer": "^6.9"
"phpmailer/phpmailer": "^6.9",
"pear2/net_routeros": "*@beta"
}
}