PHPBench v0.15.0 Release Notes

    • ๐Ÿ‘ Minimumum supported PHP version is 7.1
    • ๐Ÿ“‡ Renamed Factory => MetadataFactory
    • ๐Ÿ’… Replace Style CI with PHP-CS-Fixer, fixes #537
    • ๐Ÿ‘ Allow any callable as a parameter provider. Fixes #533
    • โœ‚ Remove benchmark dependency on JSON extension, use serialize instead. Fixes #534
    • ๐Ÿ‘ Allow Executor to be specified per benchmark/subject.
    • ๐Ÿ‘ Allow @ParamProviders to return a Generator. Fixes #529.
    • ๐Ÿ›  Fix computation exception with --stop-on-error and multiple variants #563