Skip to content

Releases: box-project/box

3.7.3

21 May 23:09
ca26578
Compare
Choose a tag to compare

Bugfixes

  • Dump the requirement checker (#418)

Various changes

3.7.2

21 May 10:31
e2c0d9e
Compare
Choose a tag to compare

Bugfixes

  • Fix the prefix retrieval for the RequirementChecker which was breaking the CI (#416, #417)

3.7.1

19 May 23:00
e36ace1
Compare
Choose a tag to compare

Bugfixes

  • Remove the Verifier classes which are not used at all (#408)
  • Tweak the Makefile to ensure the requirement checker is dumped as expected (#408)
  • Add missing dependencies (#408)
  • Fix the diff command (#405)

Various changes

  • Remove the need of a bootstrap file (#407, #411)
  • Apply various recommendations reported by PhpInspections & Scrutinizer (#408, #413)
  • Fetch the xdebug version (#409)
  • Make the requirement checker dump deterministic (#410)
  • Rework compactors and make them serializable (#412, #406)
  • Dependencies tweaks (#414)
  • Simplify PhpSettings checker (#415)

3.7.0

09 Apr 20:29
96d1abc
Compare
Choose a tag to compare

Features

  • Add Symfony support (#378, #397)
  • Add more information to the dumped configuration (#387)
  • Dump the whitelist when processing a file (#389)
  • Rework the PHP settings handler (#386)
  • Rework the Composer orchestrator (#391)

Bugfixes

  • Fix the scoping of Amphp (#388)

3.6.0

18 Mar 13:49
27df576
Compare
Choose a tag to compare

Features

Bugfixes

  • Cleanup after a diff command: temporary artefacts were created to enable the comparison but they were not removed afterwards (#372)

3.5.1

05 Mar 19:48
81a3abc
Compare
Choose a tag to compare

Bugfixes

  • Fix the PHP 7.1 polyfill autoloading issue (#369)
  • Make the dumped configuration readable (#366)
  • Refactor the composer files array into a value object (#370)
  • Fix the dump autoloader related issues (#371)

3.5.0

05 Mar 00:43
cfc7c11
Compare
Choose a tag to compare

Features

  • Add setting to exclude dev files (#360)
  • Add PHP 7.3 to the CI (#347)
  • Add PHP 7.3 image to the Dockerfile generator (#362)

Bugfixes

  • Fix some files wrongly excluded due to their name (#363)

3.4.0

13 Dec 09:44
4eeb285
Compare
Choose a tag to compare

Features

  • Allow Box to run with a embed SAPI (#335, #340)
  • Add the Box version to the default banner (#336)
  • Add warning about the installed.json file (#337)

Bugfixes

  • Fixed the warning count displayed (#341)
  • Fix the validate command (#342)
  • Exclude the generated artefact from the collected files (#346)

Misc

  • Update dependencies (#339)
  • Minor cleanup (#338)

3.3.1

13 Nov 09:09
d2a2a7f
Compare
Choose a tag to compare

Bugfixes

  • Fix the configuration recommendations (#327)
  • Update PHP-Scoper (#328)

3.3.0

12 Nov 21:51
f8ddc6d
Compare
Choose a tag to compare

Bugfixes

  • Add a deprecation message when the legacy compactors are being used (#324)

Misc

  • Bump dependencies (#325)