From e5cb19e7a7d669d59757834dd569915e859ac670 Mon Sep 17 00:00:00 2001 From: Alejandro Mostajo Date: Wed, 29 Jul 2015 00:46:08 -0600 Subject: [PATCH] PHP 5.4.0 Traits were added in 5.4.0, moving php support. --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d7e6cd..b3d3217 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This framework was inspired by **Laravel** to add the MVC design pattern to Word ## Requirements -* PHP >= 5.3.0 +* PHP >= 5.4.0 ## Installation diff --git a/composer.json b/composer.json index 8ea2b7f..e844722 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": ">=5.3.0" + "php": ">=5.4.0" }, "autoload": { "psr-4": {