plesk / zf1
Zend Framework 1 (Plesk)
1.12.20
2016-09-08 14:50 UTC
Requires
- php: >=5.2.11
Requires (Dev)
- phpunit/dbunit: 1.3.*
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2026-05-28 13:01:19 UTC
README
Welcome to the Zend Framework 1.12 Release!
USAGE
composer require plesk/zf1
https://packagist.org/packages/plesk/zf1
HOW TO PREPARE RELEASE
git checkout -b 1.12.17-plesk-min-4
docker run -it -v $(pwd):/root/ ubuntu /root/build.sh
git add .
git commit
git push --set-upstream origin 1.12.17-plesk-min-4
git tag 1.12.17-patch4
git push origin 1.12.17-patch4