Skip to content

Commit

Permalink
Merge pull request #66 from owncloud/update-SabreDAV
Browse files Browse the repository at this point in the history
Update sabre dav to 1.7.9 using composer
  • Loading branch information
DeepDiver1975 committed Jan 7, 2014
2 parents 66b9afa + 0faf606 commit 95ab251
Show file tree
Hide file tree
Showing 505 changed files with 119,580 additions and 659 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.DS_Store
.DS_Store
bin

7 changes: 7 additions & 0 deletions autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer' . '/autoload_real.php';

return ComposerAutoloaderInit554953bcbd65722da3b85d9b131eb9b1::getLoader();
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "owncloud/3rdparty",
"description": "All 3rdparty components",
"license": "MIT",

"config": {
"vendor-dir": "."
},
"require": {
"sabre/dav" : "1.7.9"
}
}

141 changes: 141 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 95ab251

Please sign in to comment.