Skip to content

Releases: ramsey/composer-repl

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

1.0.4

27 Aug 03:20
1.0.4
e6c5f0d
Compare
Choose a tag to compare

Fixed

  • use the passed Composer instance more efficiently

1.0.3

26 Aug 05:09
1.0.3
8bb41c5
Compare
Choose a tag to compare

Fixed

  • remove unnecessary Composer instantiation

    This appears to fix proc_open() errors seen after requiring the
    package and running any composer command.

1.0.2

26 Aug 04:07
1.0.2
db4df58
Compare
Choose a tag to compare

Fixed

  • rename class/files to avoid "illegal byte sequence" error with unzip

1.0.1

26 Aug 03:52
1.0.1
d3a74a4
Compare
Choose a tag to compare

Fixed

  • use bin-dir for correct path to the Composer executables

1.0.0

26 Aug 01:16
1.0.0
e6ef7e9
Compare
Choose a tag to compare

Added

  • create a REPL plugin for Composer