Skip to content

Commit

Permalink
PHP 5.4.0
Browse files Browse the repository at this point in the history
Traits were added in 5.4.0, moving php support.
  • Loading branch information
amostajo committed Jul 29, 2015
1 parent fa2b3db commit e5cb19e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e5cb19e

Please sign in to comment.