[Pkg-owncloud-commits] [php-sabredav] 01/19: libxml should be at least at 2.7.0.
David Prévot
taffit at moszumanska.debian.org
Thu Apr 7 01:40:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 1ce4f14931f37fc60c0935893a1ae98a7fd707b8
Author: Evert Pot <me at evertpot.com>
Date: Tue Mar 15 15:39:35 2016 -0400
libxml should be at least at 2.7.0.
See: https://github.com/owncloud/core/pull/23189
---
CHANGELOG.md | 6 ++++++
composer.json | 2 +-
lib/DAV/Version.php | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d016d7e..62b0c7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
ChangeLog
=========
+3.0.9 (????-??-??)
+------------------
+
+* Set minimum libxml version to 2.7.0 in `composer.json`.
+
+
3.0.8 (2016-03-12)
------------------
diff --git a/composer.json b/composer.json
index 2439018..f7290aa 100644
--- a/composer.json
+++ b/composer.json
@@ -28,7 +28,7 @@
"ext-ctype" : "*",
"ext-date" : "*",
"ext-iconv" : "*",
- "ext-libxml" : "*"
+ "ext-libxml" : ">=2.7.0"
},
"require-dev" : {
"phpunit/phpunit" : "~4.2",
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index 7cd8aca..c8b1723 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '3.0.8';
+ const VERSION = '3.0.9';
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list