Skip to content

Commit

Permalink
fix(bacon): bacon now requires php7 with new twig
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Khalil committed Feb 9, 2017
1 parent 56a7f31 commit 57f475e
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 @@ -5,7 +5,7 @@ The bacon PHP framework is a lean, clean, simple and fast MVC framework without

Server Requirements:
* A webserver
* PHP 5.5.0 or greater ([php.net](http://php.net/))
* PHP 7.0 or greater ([php.net](http://php.net/))
* Composer ([getcomposer.org](http://getcomposer.org/))

# Installation:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},

"require": {
"php": ">= 5.5.0",
"php": ">= 7.0",
"brainsware/sauce": "@dev",
"twig/twig": "2.*",
"twig/extensions": "*",
Expand Down

0 comments on commit 57f475e

Please sign in to comment.