Releases: ramsey/devtools-lib
Releases · ramsey/devtools-lib
devtools-lib 2.2.1
devtools-lib 2.2.0
Added
- Allow tools based on this one to override the default prefix
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
devtools-lib 2.1.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Render help with proper styling when using in the context of a Composer plugin
devtools-lib 2.1.0
Added
- Allow setting memory limit for commands
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
devtools-lib 2.0.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Accommodate line endings on Windows systems
devtools-lib 2.0.0
Added
-
You may use
devtools
as a Composerextra
property name, instead oframsey/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.
1.4.0
Added
- If provided, use Composer's
process-timeout
configuration option as the timeout for commands provided by this tool. See the Composer documentation, for more details.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Enable TTY mode for commands when in non-Windows environments.