summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-06-13 19:15:37 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-06-13 19:16:15 +0200
commit53e9a6b322ac5044c91e2e03f5962ab86101c8e3 (patch)
treed8bb9ebb88b619a20982d2eb4a404372c0599e96 /README.md
parent021ea8a4ca3e41b44214eb37ea5807f2b768d022 (diff)
add supported php versions chapter
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3ac3db4d5..6624ae248 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,11 @@ are listed on the [ownCloud apps overview](https://github.com/owncloud/core/wiki
## Dependencies
* ownCloud >= 8.1
-* PHP >= 5.4
* libxml >= 2.7.8 (2.9 recommended)
* php-curl
* iconv
* SimpleXML
+* PHP >= 5.4
## Supported Operating Systems
All of the listed stable Linux distributions will be supported until their next stable version's first bugfix release is released (e.g. Debian 7 is supported until Debian 8.1 is released):
@@ -32,6 +32,9 @@ All of the listed stable Linux distributions will be supported until their next
* CentOS 7
* Arch Linux
+## Supported PHP versions
+The minimum PHP version will be the [lowest supported version that still receives security fixes](http://php.net/supported-versions.php). The currently supported lowest version is **5.4** which will be dropped in favor of **5.5** on **14th September 2015**. An exception to this rule will be made if one or more supported operating systems still ship this PHP version by default.
+
## Supported Browsers
* Newest Firefox (Desktop, Android, Firefox OS)
* Newest Chrome/Chromium (Desktop, Android)