diff vendor/pear/net_sieve/composer.json @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children 05c4c32948af
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vendor/pear/net_sieve/composer.json	Thu Jan 04 15:50:29 2018 -0500
@@ -0,0 +1,47 @@
+{
+    "authors": [
+        {
+            "email": "jan@horde.org",
+            "name": "Jan Schneider",
+            "role": "Lead"
+        },
+        {
+            "email": "richard@php.net",
+            "name": "Richard Heyes",
+            "role": "Lead"
+        },
+        {
+            "email": "damlists@cnba.uba.ar",
+            "name": "Damian Fernandez Sosa",
+            "role": "Lead"
+        },
+        {
+            "email": "amistry@am-productions.biz",
+            "name": "Anish Mistry",
+            "role": "Lead"
+        }
+    ],
+    "autoload": {
+        "classmap": [
+            "./"
+        ]
+    },
+    "description": "More info available on: http://pear.php.net/package/Net_Sieve",
+    "license": "BSD",
+    "name": "pear/net_sieve",
+    "support": {
+        "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_Sieve",
+        "source": "https://github.com/pear/Net_Sieve"
+    },
+    "type": "library",
+    "require": {
+        "pear/pear-core-minimal": "*",
+        "pear/net_socket": "*"
+    },
+    "require-dev": {
+        "phpunit/phpunit": "~5.7.15"
+    },
+    "suggest": {
+        "pear/auth_sasl": "Install optionally via your project's composer.json"
+    }
+}