[Pkg-owncloud-commits] [php-sabre-vobject] 07/341: We require PHP 5.5 now.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit ed483def74e2a3fac6a46027303f38d99816cc2e
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Sat Sep 20 03:40:07 2014 +0100

    We require PHP 5.5 now.
---
 .travis.yml   | 1 -
 ChangeLog.md  | 8 ++++++--
 composer.json | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7606014..de5158d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
 language: php
 php:
-  - 5.4
   - 5.5
   - 5.6
   - hhvm
diff --git a/ChangeLog.md b/ChangeLog.md
index e91eb71..70d91fb 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -4,8 +4,12 @@ ChangeLog
 3.4.0-alpha1
 ------------
 
-* sabre/vobject now requires PHP 5.4.
-
+* sabre/vobject now requires PHP 5.5.
+* #139: We now accept `DateTimeInterface` whereever it accepted `DateTime`
+   before in arguments. This means that either `DateTime` or
+  `DateTimeImmutable` may be used everywhere.
+* #139: We now _always_ return `DateTimeImmutable` from any method. This could
+  potentially have big implications if you manipulate Date objects anywhere.
 
 3.3.2 (2014-09-19)
 ------------------
diff --git a/composer.json b/composer.json
index d28a472..99b960f 100644
--- a/composer.json
+++ b/composer.json
@@ -5,7 +5,7 @@
     "homepage" : "http://sabre.io/vobject/",
     "license" : "BSD-3-Clause",
     "require" : {
-        "php"          : ">=5.4",
+        "php"          : ">=5.5",
         "ext-mbstring" : "*"
     },
     "require-dev" : {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list