mirror of
https://github.com/php-win-ext/php-rar.git
synced 2026-03-24 13:02:06 +01:00
32 lines
772 B
JSON
32 lines
772 B
JSON
{
|
|
"name": "cataphract/rar",
|
|
"type": "php-ext",
|
|
"description": "PHP extension for reading RAR archives using bundled unRAR library",
|
|
"license": "PHP-3.01",
|
|
"authors": [
|
|
{
|
|
"name": "Gustavo Lopes",
|
|
"email": "cataphract@php.net",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Antony Dovgal",
|
|
"email": "tony@daylessday.org",
|
|
"role": "developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.0 || ^8.0"
|
|
},
|
|
"replace": {
|
|
"ext-rar": "*"
|
|
},
|
|
"support": {
|
|
"source": "https://github.com/cataphract/php-rar"
|
|
},
|
|
"php-ext": {
|
|
"extension-name": "rar",
|
|
"download-url-method": ["pre-packaged-binary", "composer-default"]
|
|
}
|
|
}
|