Skip to content

Releases: FriendsOfPHP/pickle

0.7.1

17 Feb 11:06
70fb1b9
Compare
Choose a tag to compare
  • Ignore PHP warnings inspecting a PHP version

0.7.0

25 Jan 17:12
0b63daf
Compare
Choose a tag to compare
  • 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 PHP Zip 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

05 Jun 01:59
Compare
Choose a tag to compare
  • 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

24 May 13:35
Compare
Choose a tag to compare

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

v0.4.0

23 Feb 10:22
Compare
Choose a tag to compare

Important change:

  • pickle.json is renamed to composer.json!

Other changes:

  • look for config.w32 and config.m4 is sub-directories,
  • better tests,
  • ext/mbstring is now required.

v0.3.0

09 Feb 10:14
Compare
Choose a tag to compare
  • Work with PHP 7,
  • Windows: Better fetch for .ddl dependencies,
  • Windows: Stronger error check on the fetched .ddl map file,
  • Various bug fixes.

v0.2.0

10 Dec 13:09
Compare
Choose a tag to compare
  • More stable Composer dependencies,
  • Better Windows support,
  • Several fixes and better features detection.