summarylogtreecommitdiffstats
path: root/composer.patch
blob: c0219ca3f7b3f17b1db6cf1ea1c6c74d29765d41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--- a/composer.json
+++ b/composer.json
@@ -4,30 +4,10 @@
 	"license": "AGPL-3.0",
 	"version": "0.3.1",
 	"repositories": [
-		{
-			"type": "pear",
-			"url": "http://pear.php.net/"
-		},
-		{
-			"type": "vcs",
-			"url": "https://github.com/thomascube/sabre-vobject.git"
-		},
-		{
-			"type": "vcs",
-			"url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git"
-		}
+
 	],
 	"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"
+	}
 }