summarylogtreecommitdiffstats
path: root/composer.patch
diff options
context:
space:
mode:
Diffstat (limited to 'composer.patch')
-rw-r--r--composer.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/composer.patch b/composer.patch
new file mode 100644
index 000000000000..7d16d75d0e34
--- /dev/null
+++ b/composer.patch
@@ -0,0 +1,35 @@
+--- a/composer.json
++++ b/composer.json
+@@ -4,30 +4,10 @@
+ "license": "AGPL-3.0",
+ "version": "0.3.0",
+ "repositories": [
+- {
+- "type": "pear",
+- "url": "http://pear.php.net/"
+- },
+- {
+- "type": "vcs",
+- "url": "https://github.com/thomascube/sabre-vobject.git"
+- },
+- {
+- "type": "vcs",
+- "url": "git://git.kolab.org/git/pear/Net_LDAP3"
+- }
++
+ ],
+ "require": {
+ "php": ">=5.3.3",
+ "sabre/dav" : "1.8.9"
+- },
+- "require-dev": {
+- "pear/mail_mime": ">=1.8.9",
+- "pear/mail_mime-decode": ">=1.5.5",
+- "pear/http_request2": ">=2.1.1",
+- "pear-pear.php.net/net_idna2": ">=0.1.1",
+- "pear-pear.php.net/net_ldap2": ">=2.0.12",
+- "kolab/Net_LDAP3": "dev-master"
+- },
+- "minimum-stability": "dev"
++ }
+ }