Files
pecl-expect/composer.json
macintoshplus 1931258612 🐛 apply patch for PHP 8 Thanks @arekm
📝 add readme
2026-02-27 11:55:09 +01:00

21 lines
483 B
JSON

{
"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."
}