From 341991f4f45e9692d0aa391a02eb35dce18ae561 Mon Sep 17 00:00:00 2001 From: entering Date: Sat, 18 Jan 2014 15:37:18 +0000 Subject: [PATCH] Upgrade to 5.4 --- .travis.yml | 1 - README.md | 2 +- composer.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3611139..c08f557 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.3 - 5.4 - 5.5 diff --git a/README.md b/README.md index ddab5c7..9692a92 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ An alternative doctrine entity base repository ## Requirements ## -* PHP >= 5.3.3 +* PHP >= 5.4 * Doctrine ORM >= 2.2.3 diff --git a/composer.json b/composer.json index f4c8a32..74e3778 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "minimum-stability": "stable", "require": { - "php": ">=5.3.3", + "php": ">=5.4.0", "doctrine/orm": "~2.2,>=2.2.3" }, "require-dev": {