Skip to content

Commit

Permalink
Restore overwritten composer.json.
Browse files Browse the repository at this point in the history
Not sure how to deal with this yet, but we need a separate composer.json for
managing the bundled SabreDAV.
  • Loading branch information
yunosh committed Nov 12, 2013
1 parent f7aa223 commit b689fb1
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions framework/Dav/composer.json
@@ -1,28 +1,5 @@
{
"name": "horde/horde-dav",
"description": "Horde library for WebDAV, CalDAV, CardDAV",
"type": "library",
"homepage": "http://pear.horde.org",
"license": "BSD-2-Clause",
"authors": [
{
"name": "Jan Schneider",
"email": "jan@horde.org",
"role": "lead"
}
],
"version": "1.0.3",
"time": "2013-07-17",
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"require": {
"php": ">=5.3.0",
"pear-pear.horde.org/Horde_Auth": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Core": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Stream": ">=1.2.0@stable,<=2.0.0alpha1@stable"
"sabre/dav": "1.8.*"
}
}

0 comments on commit b689fb1

Please sign in to comment.