{
    "packages": [
        {
            "name": "evilfreelancer/routeros-api-php",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/EvilFreelancer/routeros-api-php.git",
                "reference": "dd7bf44c461054c0101119154de21f8c8b8f4512"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/EvilFreelancer/routeros-api-php/zipball/dd7bf44c461054c0101119154de21f8c8b8f4512",
                "reference": "dd7bf44c461054c0101119154de21f8c8b8f4512",
                "shasum": ""
            },
            "require": {
                "ext-sockets": "*",
                "php": "^7.4|^8.0",
                "spatie/ssh": "^1.8"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.16",
                "larapack/dd": "^1.1",
                "limedeck/phpunit-detailed-printer": "^5.0",
                "orchestra/testbench": "^4.0|^5.0",
                "phpunit/phpunit": "^8.0",
                "rector/rector": "^0.7|^0.8|^0.9",
                "roave/security-advisories": "dev-master",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "time": "2025-09-15T10:19:30+00:00",
            "type": "library",
            "extra": {
                "laravel": {
                    "aliases": {
                        "RouterOS": "RouterOS\\Laravel\\Facade"
                    },
                    "providers": [
                        "RouterOS\\Laravel\\ServiceProvider"
                    ]
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "RouterOS\\": "./src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paul Rock",
                    "email": "paul@drteam.rocks",
                    "homepage": "http://drteam.rocks/",
                    "role": "Developer"
                }
            ],
            "description": "Modern Mikrotik RouterOS API PHP client for your applications (with Laravel support)",
            "keywords": [
                "PSR-4",
                "facade",
                "laravel",
                "mikrotik",
                "plugin",
                "routeros",
                "socket-client"
            ],
            "support": {
                "issues": "https://github.com/EvilFreelancer/routeros-api-php/issues",
                "source": "https://github.com/EvilFreelancer/routeros-api-php/tree/1.6.0"
            },
            "funding": [
                {
                    "url": "https://boosty.to/evilfreelancer",
                    "type": "custom"
                },
                {
                    "url": "https://pay.cloudtips.ru/p/937f48ac",
                    "type": "custom"
                }
            ],
            "install-path": "../evilfreelancer/routeros-api-php"
        },
        {
            "name": "spatie/ssh",
            "version": "1.13.1",
            "version_normalized": "1.13.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/ssh.git",
                "reference": "3d2444f72d2c6ec4d12a8d2f03e0b6f5a06114e1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/ssh/zipball/3d2444f72d2c6ec4d12a8d2f03e0b6f5a06114e1",
                "reference": "3d2444f72d2c6ec4d12a8d2f03e0b6f5a06114e1",
                "shasum": ""
            },
            "require": {
                "php": "^7.4|^8.0",
                "symfony/process": "^4.4|^5.3|^6.0|^7.0|^8.0"
            },
            "require-dev": {
                "pestphp/pest": "^1.22",
                "spatie/pest-plugin-snapshots": "^1.1",
                "symfony/var-dumper": "^5.3|^6.0|^7.0|^8.0"
            },
            "time": "2025-11-23T11:35:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Spatie\\Ssh\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A lightweight package to execute commands over an SSH connection",
            "homepage": "https://github.com/spatie/ssh",
            "keywords": [
                "spatie",
                "ssh"
            ],
            "support": {
                "issues": "https://github.com/spatie/ssh/issues",
                "source": "https://github.com/spatie/ssh/tree/1.13.1"
            },
            "funding": [
                {
                    "url": "https://spatie.be/open-source/support-us",
                    "type": "custom"
                }
            ],
            "install-path": "../spatie/ssh"
        },
        {
            "name": "symfony/process",
            "version": "v7.4.0",
            "version_normalized": "7.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "7ca8dc2d0dcf4882658313aba8be5d9fd01026c8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/7ca8dc2d0dcf4882658313aba8be5d9fd01026c8",
                "reference": "7ca8dc2d0dcf4882658313aba8be5d9fd01026c8",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2"
            },
            "time": "2025-10-16T11:21:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Process\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Executes commands in sub-processes",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/process/tree/v7.4.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/process"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
