[Pkg-owncloud-commits] [php-sabredav] 04/36: Dropping PHP 5.4 support. (yay!)

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


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

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

commit 0d1904d83a816707f726fe7863c8432ecdcb5a0f
Author: Evert Pot <me at evertpot.com>
Date:   Wed Jul 8 17:57:08 2015 -0400

    Dropping PHP 5.4 support. (yay!)
---
 .travis.yml   | 1 -
 composer.json | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fa73296..91a17cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
 language: php
 php:
-  - 5.4
   - 5.5
   - 5.6
   - 7
diff --git a/composer.json b/composer.json
index bc88003..63aa846 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,7 @@
         }
     ],
     "require": {
-        "php": ">=5.4.1",
+        "php": ">=5.5.0",
         "sabre/vobject": "dev-master",
         "sabre/event" : "~2.0",
         "sabre/xml"  : "~1.0",

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



More information about the Pkg-owncloud-commits mailing list