zendframework / zend-version
This package is abandoned and no longer maintained.
The author suggests using the ocramius/package-versions package instead.
2.5.1
2015-06-04 15:41 UTC
Requires
- php: >=5.3.23
- zendframework/zend-json: ~2.5
Requires (Dev)
- fabpot/php-cs-fixer: 1.7.*
- phpunit/phpunit: ~4.0
- zendframework/zend-http: ~2.5
Suggests
- zendframework/zend-http: Allows use of Zend\Http\Client to check version information
- zendframework/zend-json: To check latest version hosted in GitHub
This package is not auto-updated.
Last update: 2019-02-20 19:51:24 UTC
README
ABANDONED
This component existed solely for the purpose of reporting a framework version in initial skeleton installations and CLI tooling. When Zend Framework split from a monolithic framework into a component library with version 2.5, this particular component no longer had a use case, as there is no global framework version.
Users are encouraged to use ocramius/package-versions instead.
Zend\Version provides a class constant Zend\Version\Version::VERSION that
contains a string identifying the version number of your Zend Framework
installation. Zend\Version\Version::VERSION might contain “2.4.1”, for example.