Skip to content

Releases: ramsey/devtools-lib

devtools-lib 2.2.1

27 Apr 23:08
2.2.1
9d97534
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Allow projects using ramsey/devtools-lib to install version 7 of symfony/console, symfony/filesystem, or symfony/process.

devtools-lib 2.2.0

27 Oct 21:16
2.2.0
be6c737
Compare
Choose a tag to compare

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

25 Apr 18:01
2.1.1
ff63f60
Compare
Choose a tag to compare

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

25 Apr 04:24
2.1.0
c41fc5f
Compare
Choose a tag to compare

Added

  • Allow setting memory limit for commands

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

devtools-lib 2.0.1

24 Apr 23:07
2.0.1
695cc23
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Accommodate line endings on Windows systems

devtools-lib 2.0.0

24 Apr 21:49
2.0.0
cff8908
Compare
Choose a tag to compare

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.

1.4.0

27 Jan 21:18
1.4.0
5f45344
Compare
Choose a tag to compare

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.

1.3.0

13 Nov 21:22
1.3.0
926f770
Compare
Choose a tag to compare

Added

  • Update PHPStan to the version 1.0 series

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.2.2

08 Aug 20:58
1.2.2
12956ae
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Print out text coverage report with test:coverage:ci command

1.2.1

14 Jul 01:17
1.2.1
61cdb9a
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Remove lint:pds from lint:all command.