Skip to content

Commit

Permalink
Require PHP 5.5
Browse files Browse the repository at this point in the history
Related to issue #165
  • Loading branch information
jorgelzpz committed Mar 26, 2016
1 parent 31d1169 commit 3765ae2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
sudo: false
language: php
php:
- 5.4
- 5.5
- 5.6
- 7
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Changed

- AgenDAV now requires PHP 5.5.0 or greater
- HTML code is now allowed on the footer message
- Replaced abandoned Keboola/php-encryption with phpseclib/phpseclib
- Moved agendavcli out of the bin/ subdirectory to the root directory
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ AgenDAV requires:

* A CalDAV server (such as [Baïkal](http://baikal-server.com/), [DAViCal](http://www.davical.org/), etc)
* A web server
* PHP >= 5.4.0
* PHP >= 5.5.0
* PHP ctype extension
* PHP mbstring extension
* PHP mcrypt extension
Expand Down
2 changes: 1 addition & 1 deletion doc/source/admin/installation.rst
Expand Up @@ -12,7 +12,7 @@ AgenDAV |release| requires the following software to be installed:

* A CalDAV server
* A web server
* PHP >= 5.4.0
* PHP >= 5.5.0
* PHP ctype extension
* PHP XML extension
* PHP mbstring extension
Expand Down
2 changes: 1 addition & 1 deletion web/composer.json
Expand Up @@ -6,7 +6,7 @@
"license": "GPL-3.0",

"require": {
"php": ">=5.4",
"php": ">=5.5",
"silex/silex": "~1.0",
"silex/web-profiler": "~1.0",
"symfony/http-foundation": "~2.8.0",
Expand Down

0 comments on commit 3765ae2

Please sign in to comment.