summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-26 20:22:34 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-26 20:22:34 +0100
commit773a78b3b86c6ffebdf55c6e6ba0a2a1a083b59d (patch)
tree625236a48782ca0c63e289bbe3d3b364fb1965af /README.md
parentb35e703294615456334fc37cb325ffa9d191276b (diff)
require owncloud 9
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 85341185c..aeeec9bef 100644
--- a/README.md
+++ b/README.md
@@ -21,12 +21,12 @@ For further developer and user documentation please visit [the wiki](https://git
are listed on the [ownCloud apps overview](https://github.com/owncloud/core/wiki/Apps)
## Dependencies
-* ownCloud >= 8.2
+* ownCloud >= 9.0
* libxml >= 2.7.8 (2.9 recommended)
* php-curl
* iconv
* SimpleXML
-* PHP >= 5.5
+* PHP >= 5.6
## Development Dependencies
These Dependencies are only relevant if you want to work on the source code:
@@ -38,6 +38,7 @@ These Dependencies are only relevant if you want to work on the source code:
* phpunit (optional)
* composer (optional)
* gulp-cli (optional)
+* bower (optional)
## Supported Linux Distributions
Supported means that the distribution's default repository packages will work in conjunction with the News app and you won't have to add any 3rdparty repositories.