Skip to content

Commit 57f475e

Browse files
author
Daniel Khalil
committed
fix(bacon): bacon now requires php7 with new twig
1 parent 56a7f31 commit 57f475e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The bacon PHP framework is a lean, clean, simple and fast MVC framework without
55

66
Server Requirements:
77
* A webserver
8-
* PHP 5.5.0 or greater ([php.net](http://php.net/))
8+
* PHP 7.0 or greater ([php.net](http://php.net/))
99
* Composer ([getcomposer.org](http://getcomposer.org/))
1010

1111
# Installation:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717

1818
"require": {
19-
"php": ">= 5.5.0",
19+
"php": ">= 7.0",
2020
"brainsware/sauce": "@dev",
2121
"twig/twig": "2.*",
2222
"twig/extensions": "*",

0 commit comments

Comments
 (0)