mirror of
https://github.com/php-win-ext/pecl-expect.git
synced 2026-03-23 20:52:07 +01:00
21 lines
483 B
JSON
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."
|
|
} |