[Pkg-owncloud-commits] [php-sabre-vobject] 01/341: The next major vobject version will require PHP 5.4

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:24 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 5df989b71c1bc8bb6e8d87b8ee8cc450394d7984
Author: Evert Pot <me at evertpot.com>
Date:   Tue Aug 19 23:51:30 2014 -0400

    The next major vobject version will require PHP 5.4
---
 .travis.yml   | 1 -
 ChangeLog.md  | 5 +++++
 README.md     | 1 +
 composer.json | 2 +-
 4 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e7260e9..7606014 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
 language: php
 php:
-  - 5.3
   - 5.4
   - 5.5
   - 5.6
diff --git a/ChangeLog.md b/ChangeLog.md
index a15b5f4..114291a 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,11 @@
 ChangeLog
 =========
 
+3.4.0-alpha1
+------------
+
+* sabre/vobject now requires PHP 5.4.
+
 3.3.1 (2014-08-18)
 ------------------
 
diff --git a/README.md b/README.md
index f7497a4..b51c767 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@ Build status
 | branch | status |
 | ------ | ------ |
 | master | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.png?branch=master)](https://travis-ci.org/fruux/sabre-vobject) |
+| 3.3    | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.png?branch=3.3)](https://travis-ci.org/fruux/sabre-vobject) |
 | 3.1    | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.png?branch=3.1)](https://travis-ci.org/fruux/sabre-vobject) |
 | 2.1    | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.png?branch=2.1)](https://travis-ci.org/fruux/sabre-vobject) |
 | 2.0    | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.png?branch=2.0)](https://travis-ci.org/fruux/sabre-vobject) |
diff --git a/composer.json b/composer.json
index 7ca932d..d28a472 100644
--- a/composer.json
+++ b/composer.json
@@ -5,7 +5,7 @@
     "homepage" : "http://sabre.io/vobject/",
     "license" : "BSD-3-Clause",
     "require" : {
-        "php"          : ">=5.3.1",
+        "php"          : ">=5.4",
         "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