partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 06c4e8f867cac76a2c395704d36710573a65d7bd
parent 0d393033bd8e30f496c21f3d220b9fe036ce7232
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri, 17 Jul 2015 16:34:19 +0200

Version bump for PHP 5.6

Diffstat:
M.travis.yml | 1-
MREADME.md | 3+--
Mcomposer.json | 2+-
Adocumentation/installation/php56.md | 12++++++++++++
4 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.5 - 5.6 - 7.0 - nightly diff --git a/README.md b/README.md @@ -23,10 +23,9 @@ Requirements PartKeepr needs: -* PHP 5.5 and up +* PHP 5.6 and up. Some distributions don't have PHP 5.6 yet, but [provide packages](documentation/installation/php56.md). * A MySQL or PostgreSQL database - Installation ------------ diff --git a/composer.json b/composer.json @@ -21,7 +21,7 @@ "faq": "http://faq.partkeepr.org" }, "require": { - "php": ">=5.3.3", + "php": ">=5.6.0", "symfony/symfony": "~2.7", "incenteev/composer-parameter-handler": "~2.0", "doctrine/orm": "~2.5", diff --git a/documentation/installation/php56.md b/documentation/installation/php56.md @@ -0,0 +1,11 @@ +# PHP 5.6 + +Several distributions don't have PHP 5.6 yet. Luckily, there are packages for most distributions. + +## RHEL and CentOS + +You can install PHP 5.6 for RedHat/CentOS using [Webtatic](https://webtatic.com/packages/php56/). + +# Ubuntu 14.04 LTS and 14.10 + +Please use the [PPA for PHP 5.6](https://launchpad.net/~ondrej/+archive/ubuntu/php5-5.6).+ \ No newline at end of file