![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/dceprojects.corals.io/node_modules/@nesk/rialto/ |
{ "name": "nesk/rialto", "description": "Manage Node resources from PHP", "keywords": [ "php", "node", "wrapper", "communication", "bridge", "socket" ], "type": "library", "license": "MIT", "authors": [ { "name": "Johann Pardanaud", "email": "[email protected]" } ], "require": { "php": ">=7.1", "clue/socket-raw": "^1.2", "psr/log": "^1.0", "symfony/process": "^3.3|^4.0|^5.0" }, "require-dev": { "codedungeon/phpunit-result-printer": ">=0.6 <1.0", "monolog/monolog": "^1.23", "phpunit/phpunit": "^6.5|^7.0" }, "suggest": { "ext-weakref": "Required to run all the tests" }, "autoload": { "psr-4": { "Nesk\\Rialto\\": "src/" } }, "autoload-dev": { "psr-4": { "Nesk\\Rialto\\Tests\\": "tests/" } }, "scripts": { "post-install-cmd": "npm install", "test": "./vendor/bin/phpunit" }, "config": { "sort-packages": true } }