On what ZendFramework version depend the lastest Koala?

55 Views Asked by At

How can I know the ZendFramework version that Koala is based/depend on?

1

There are 1 best solutions below

0
On BEST ANSWER

You find the version in the file include_path_version located in the root directory. For the current version 3.7 see https://github.com/koala-framework/koala-framework/blob/3.7/include_path_version.

Another way to be sure is to install the framework and open the file Zend/Version.php and have a look at the constant VERSION.