summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..6f683e6
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,31 @@
+{
+ "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"]
+ }
+}