Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 1 KB

README.md

File metadata and controls

28 lines (21 loc) · 1 KB

Mako Framework

Build Status Latest Stable Version

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.

How to update

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.