summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-07 08:33:23 +0200
committerRemi Collet <remi@php.net>2026-04-07 08:33:23 +0200
commitdd52f97d03b96c46d410f96597246752e7f957cb (patch)
treef9122f94c4a2b284edb475b4ae91a61a99287b67 /composer.json
parent4e5be76509cbe51aeba01bb873c5c0dcfdb9b305 (diff)
update to 1.5.0HEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..44123d1
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,19 @@
+{
+ "name": "php/pecl-networking-ssh2",
+ "type": "php-ext",
+ "license": "PHP-3.01",
+ "description": "Bindings for the libssh2 library",
+ "require": {
+ "php": ">=8.0.0"
+ },
+ "php-ext": {
+ "extension-name": "ssh2",
+ "configure-options": [
+ {
+ "name": "with-ssh2",
+ "description": "libssh2 prefix path (autodetected if not given)",
+ "needs-value": false
+ }
+ ]
+ }
+}