Skip to content

Releases: phpbench/phpbench

1.4.3

07 Nov 08:42
b641dde

Choose a tag to compare

  • Adds support for Symfony 8 @Kocal

1.4.2

26 Oct 14:26
bb61ae6

Choose a tag to compare

  • Bump box version fixing #1123

1.4.1

12 Mar 08:07

Choose a tag to compare

  • Reintroduce phpbench.schema.json (was accidentally ignored in .gitattrbibutes)
  • Fix readthedocs documentation build

1.4.0

26 Jan 19:55

Choose a tag to compare

  • Add support for 8.4 (explicit nullables)
  • Bring the phpbench/dom library into this repository.
  • Introduce .gitattributes to not publish tests files etc.

1.3.1

30 Jun 11:07
a3e1ef0

Choose a tag to compare

  • Fix schema concat issue which prevents PHAR from launching.

1.3.0

30 Jun 10:45

Choose a tag to compare

Features:

  • Add default table_summary report component @dantleech
  • Add command to initialize the configuration file (config:init) @dantleech
  • Add command to add a new service config based on a prototype (config:extend) @dantleech

Improvements:

Bug fixes:

  • Ignore @template and other generic annotations #1097 @dantleech
  • Defer character reader until command execution @jbboher #1092

1.2.15

29 Nov 12:23

Choose a tag to compare

  • Bump minimum PHP version to 8.1
  • Allow Symfony 7.0 @keulinho
  • Add documentation for adding env providers @GromNaN

1.2.14

09 Jul 09:17

Choose a tag to compare

Improvements:

  • Use latest version of Box
  • Fixing build (versions 1.2.{12,13,14})

1.2.10

24 Mar 08:54
95206f9

Choose a tag to compare

Bug fixes:

1.2.9

08 Mar 08:56

Choose a tag to compare

Bug fixes:

  • Fix PHP 8.2 deprecation warning #1022

Improvements:

  • Drop support for 7.3 and support for 8.1 and 8.2 in the pipeline.