summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-26 19:11:12 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-26 19:11:12 +0100
commit7b5bfc3510f8c2ff477f07b2074400174ddf79bc (patch)
tree2f221a8de234db61a7667d97b4a3344318408dd5
parent97b7622461b1587ed5e9e439579a12388a0c3e6c (diff)
require php 5.6
-rw-r--r--.travis.yml1
-rw-r--r--CHANGELOG.md1
-rw-r--r--appinfo/info.xml2
3 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d310801f7..3c50bbfd8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ sudo: required
dist: trusty
language: php
php:
- - 5.5
- 5.6
- 7
env:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f67f12179..9b63da123 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@ owncloud-news (8.0.0)
* **Backwards incompatible change**: The git repository does not bundle composer and bower libraries anymore, nor does it contain compiled JavaScript. If you are running the git version, you now need to run **make** after cloning and pulling from the repository to install the depenencies and compile the JavaScript
* **New dependency**: Bump required PostgreSQL version to 9.4
* **New dependency**: Bump required MySql/MariaDB version to 5.5
+* **New dependency**: Bump required PHP version to 5.6
* **Bugfix**: Fix bug that would not lowercase non ASCII characters when searching, #944
* **Bugfix**: Fix bug that would not persist settings like compact mode on PostgreSQL, #948
* **Enhancement**: Add HTTP basic auth, #938
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 38fd91fef..b2c77280a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -24,7 +24,7 @@
<requiremin>8.1</requiremin>
<dependencies>
<owncloud min-version="8.2" max-version="9.1"/>
- <php min-version="5.5" />
+ <php min-version="5.6"/>
<database min-version="9.4">pgsql</database>
<database>sqlite</database>
<database min-version="5.5">mysql</database>