Skip to content

Releases: box-project/box

3.11.0

18 Dec 15:49
b41ad52
Compare
Choose a tag to compare

Features

  • Add PHP 8 support (#508)

Bugfixes

  • Fix OOM-Error in Printer::block (#513)

Misc

  • Upgrade PHPUnit to 9.5 (#509)
  • Upgrade infection (#510)
  • Refactor docblock annotation parser (#511)

3.10.0

30 Nov 13:15
458a695
Compare
Choose a tag to compare

Features

  • Allows to use a callback as metadata producer (#504)

Bugfixes

  • Declare composer-plugin-api compatibility (#496)

Misc

  • Update PHP-Scoper (#499)
  • Bump min PHP version to 7.3 (#499)

3.9.1

17 Nov 10:46
63f1ad6
Compare
Choose a tag to compare

Bugfixes

  • Add back composer.lock (#494)
  • Add PHP 7.4 image to the Dockerfile generator (#501)

Misc

  • Update ComposerOrchestratorTest with named test cases (#497)
  • Bump doctrine/coding-standard to Composer2 compatible one (#498)
  • Switch to GitHub Actions (#502)

3.9.0

29 Oct 08:55
412da71
Compare
Choose a tag to compare

Features

  • Add support for Composer 2 (#467)
  • Forward BOX_ALLOW_XDEBUG to Composer (#474)
  • Upgrade composer/semver (#477)

Bugfixes

  • Compile InstalledVersions.php if present (#484)

Misc

  • Upgrade Infection (#472)
  • Remove padraic/humbug_get_contents (#479)
  • Removed unused phpseclib (#482)
  • Move Infection to vendor-bin/ (#480)

3.8.5

28 Jul 07:20
e708d75
Compare
Choose a tag to compare

Bugfixes

  • Configuration::runGitCommand() now respects base-dir (#466)

3.8.4

13 Dec 17:02
120b0a3
Compare
Choose a tag to compare

Bugfixes

  • Update dependencies (#448) - adds PHP 7.4 support

3.8.3

03 Nov 17:04
43f13de
Compare
Choose a tag to compare

Bugfixes

  • Fix could not open stream due to too many files opened (#444)

3.8.2

30 Oct 23:32
58cabb2
Compare
Choose a tag to compare

Bugfix

  • Bump dependencies (#441, #443) to fix the JSON-Schema deprecation

3.8.1

21 Sep 20:41
05198b8
Compare
Choose a tag to compare

Bugfixes

  • Fix the extract command (#435)

Misc

  • Update dependencies (#436)

3.8.0

08 Jun 14:20
e7d8df3
Compare
Choose a tag to compare

Features

  • Upgrade to PHP-Scoper 0.12 (#423)
  • Add an extract command (#390)

Bugfixes

  • Properly disable xdebug in the workers (#425)
  • Update the requirement checker PHP-Scoper configuration (#426)