This fork adds support for PHP 7 to Mako Framework 3.x.
If you are currently use this old version, you can now update to Mako Framework 3.7 and use PHP 7.
As suggested by @freost (i asked for an official release) you just need to update your composer.json
.
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/marcomontalbano/mako-framework"
}
],
"require": {
"mako/framework": "3.7.*",
},
}
That's it! Run composer update
and start to play with PHP 7.