Skip to content

Releases: ramsey/composer-repl

1.5.0

18 Mar 21:32
1.5.0
66646a3
Compare
Choose a tag to compare

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

17 Apr 02:10
1.4.1
2455361
Compare
Choose a tag to compare

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

18 Jan 21:19
1.4.0
fad2fac
Compare
Choose a tag to compare

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

02 Jan 22:57
1.3.0
91e0403
Compare
Choose a tag to compare

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

07 Aug 19:43
1.2.3
01ee7a9
Compare
Choose a tag to compare

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

04 Mar 01:13
1.2.2
f8b9130
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • do not display package name if it is root

1.2.1

20 Feb 02:48
1.2.1
d9e9b96
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

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

1.2.0

26 Oct 23:18
1.2.0
c02bb63
Compare
Choose a tag to compare

Added

  • support environment bootstrapping for the repl

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.1.1

03 Sep 00:06
1.1.1
3ef5248
Compare
Choose a tag to compare

Fixed

  • remove hoa/console dependency

1.1.0

29 Aug 01:15
1.1.0
6455d82
Compare
Choose a tag to compare

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