{ "name": "php-win-ext/expect", "type": "php-ext", "license": [ "PHP-3.01" ], "authors": [ { "name": "Michael Spector", "email": "michael@php.net" } ], "require": { "php": ">= 8.0.0" }, "php-ext": { "extension-name": "expect", "os-families-exclude": ["windows"] }, "description": "This extension allows to interact with processes through PTY, using expect library." }