summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-05-23 21:44:33 -0400
committerFrederic Guillot <fred@kanboard.net>2015-05-23 21:44:33 -0400
commite32f26d048249b84166542d6442efdf202ff44fd (patch)
tree1868c5e83cec5ea8b821ad8a2036543aa37e5adb /composer.json
parentc9ba525bab06eff76b1d5fb8701848d0e3990122 (diff)
API refactoring
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/composer.json b/composer.json
index c1381c02..b330aa73 100644
--- a/composer.json
+++ b/composer.json
@@ -3,20 +3,20 @@
"php" : ">=5.3",
"ext-mbstring" : "*",
"ext-gd" : "*",
- "fguillot/simple-validator" : "dev-master",
- "swiftmailer/swiftmailer" : "@stable",
- "fguillot/json-rpc" : "0.0.1",
- "fguillot/picodb" : "dev-master",
+ "christian-riesen/otp" : "1.4",
+ "eluceo/ical": "*",
"erusev/parsedown" : "1.5.1",
+ "fabiang/xmpp" : "0.6.1",
+ "fguillot/json-rpc" : "0.0.3",
+ "fguillot/picodb" : "0.0.3",
+ "fguillot/simpleLogger" : "0.0.1",
+ "fguillot/simple-validator" : "0.0.3",
"lusitanian/oauth" : "0.3.5",
+ "nickcernis/html-to-markdown" : "2.2.1",
"pimple/pimple" : "~3.0",
+ "swiftmailer/swiftmailer" : "@stable",
"symfony/console" : "@stable",
- "symfony/event-dispatcher" : "~2.6",
- "fguillot/simpleLogger" : "0.0.1",
- "christian-riesen/otp" : "1.4",
- "nickcernis/html-to-markdown" : "2.2.1",
- "fabiang/xmpp" : "0.6.1",
- "eluceo/ical": "*"
+ "symfony/event-dispatcher" : "~2.6"
},
"autoload" : {
"psr-0" : {