Releases: FriendsOfPHP/pickle
Releases · FriendsOfPHP/pickle
0.7.1
- Ignore PHP warnings inspecting a PHP version
0.7.0
- Improve version detection (#165, #189, #201, #212)
- Add option to override the detected version of a package (#189, #213)
- System
zip
/unzip
utilities can be used instead of the PHPZip
extension (#208) - Require zip/unzip features only when needed (#219)
- Fix
release
command (#197) - The
install
command now exits with non-zero in case of failure (#218)
0.6.0
- Update all dependencies to latest stable versions
- Improve Windows install support with correct detection of which compiler has been used to build php
- Both behat and atoum Tests is now back fully functional
Thanks to all contributors! Testings, PRs and feedbacks :)
0.5.0
Long due 0.5.0 releases.
- PHP 7.2 or later is required
- HHVM is not supported anymore
- all https
- git protocol disable secure-http via composer (as per composer.json f.e.)
- Added user-agent to prevent some downloads to be blocked
- Update all deps to match latest versions