Dec 3, 2015

samdark

PHP 7 released, Yii 2.0 is ready

Yii 2.0 is compatible with PHP 7 and should run on it without any issues. Yii 1.1 has some issues which will be fixed in 1.1.17.

Comments (2)

  1. Aug 10, 2018

    are there any changes that i need to do to my existing project that is on version 2.0.15.1, as i am going to update my server to the latest php version. Do i need to change the require part of composer.json where i require the minimum version of php , although i dont think so but wanted to be sure.

    `"require": {

        "php": ">=5.4.0"
    

    }`

  2. Aug 10, 2018

    No. It is fine as is.