From 3187e9fd436c416ce2e756b3f9f2e0ab9c2d7d37 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 May 2014 09:29:53 +0200 Subject: php-sabre-dav: 1.8.10 --- sabre-dav-autoload.patch | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'sabre-dav-autoload.patch') diff --git a/sabre-dav-autoload.patch b/sabre-dav-autoload.patch index 1aa22db..b5ddca6 100644 --- a/sabre-dav-autoload.patch +++ b/sabre-dav-autoload.patch @@ -1,9 +1,10 @@ ---- lib/Sabre/autoload.php.old 2013-12-31 17:54:12.000000000 +0100 -+++ lib/Sabre/autoload.php 2013-12-31 17:58:28.000000000 +0100 +diff -up lib/Sabre/autoload.php.orig lib/Sabre/autoload.php +--- lib/Sabre/autoload.php.orig 2014-05-22 09:19:59.914874236 +0200 ++++ lib/Sabre/autoload.php 2014-05-22 09:21:26.300242963 +0200 @@ -15,11 +15,9 @@ - * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License + * @license http://sabre.io/license/ Modified BSD License */ - + -/** - * We are assuming that the composer autoloader is just 2 directories up. - * -- cgit