Skip to content

devtools-lib 2.0.0

Compare
Choose a tag to compare
@ramsey ramsey released this 24 Apr 21:49
· 92 commits to 2.x since this release
2.0.0
cff8908

Added

  • You may use devtools as a Composer extra property name, instead of ramsey/devtools

  • Allow changing the Composer extra property name if developing your own devtools on top of this package

Changed

  • Bump minimum supported version of PHP to 8.1

  • Migrate all commands to Symfony console commands

  • Wrap commands with ComposerCommand as a proxy, when running as a Composer plugin

  • Enable bin/devtools for standalone CLI use

Deprecated

  • Nothing.

Removed

  • Remove deprecated captainhook:install command

  • Remove deprecated pre-commit command

Fixed

  • Nothing.