Composer Repl Versions Save

:shell: A REPL for PHP built into Composer (using PsySH)

1.5.0

1 year ago

Added

  • Nothing.

Changed

  • Set minimum required version of PHP to 8.1.
  • Bump ramsey/composer-repl-lib to ^1.2.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.4.1

2 years ago

Added

  • Nothing.

Changed

  • Bump ramsey/composer-repl-lib to ^1.1.

Deprecated

  • Nothing.

Removed

  • Remove support for Composer plugin API version ^1.1.

Fixed

  • Nothing.

1.4.0

2 years ago

Added

  • Nothing.

Changed

  • Move all library code to ramsey/composer-repl-lib. No class names or namespaces have changed, and since this package requires ramsey/composer-repl-lib, there are no BC breaks.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.3.0

2 years ago

Added

  • Allow Symfony packages in the version 6.x series

Changed

  • Increase lower-boundary constraints for symfony/console and symfony/process to 4.4.30 and 5.3.7

  • Update PsySH to version 0.11.x

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.2.3

2 years ago

Maintenance release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Bump composer/composer dependency to ^1.10.22 || ^2.0.13

1.2.2

3 years ago

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • do not display package name if it is root

1.2.1

3 years ago

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • discontinue use of deprecated ReflectionParameter::isArray() method

1.2.0

3 years ago

Added

  • support environment bootstrapping for the repl

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.1.1

3 years ago

Fixed

  • remove hoa/console dependency

1.1.0

3 years ago

Added

  • add a standalone repl command to the bin directory

Fixed

  • use internal symfony/process wrapper to avoid conflicts caused by using the symfony/process package bundled with composer.phar