Releases: ramsey/composer-repl
Releases · ramsey/composer-repl
1.5.0
Added
Changed
- Set minimum required version of PHP to 8.1.
- Bump ramsey/composer-repl-lib to ^1.2.
Deprecated
Removed
Fixed
1.4.1
Added
Changed
- Bump ramsey/composer-repl-lib to ^1.1.
Deprecated
Removed
- Remove support for Composer plugin API version ^1.1.
Fixed
1.4.0
Added
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
Removed
Fixed
1.3.0
Added
- Allow Symfony packages in the version 6.x series
Changed
Deprecated
Removed
Fixed
1.2.3
Maintenance release
Added
Changed
Deprecated
Removed
Fixed
- Bump composer/composer dependency to
^1.10.22 || ^2.0.13
1.2.2
Added
Changed
Deprecated
Removed
Fixed
- do not display package name if it is root
1.2.1
Added
Changed
Deprecated
Removed
Fixed
- discontinue use of deprecated ReflectionParameter::isArray() method
1.2.0
Added
- support environment bootstrapping for the repl
Changed
Deprecated
Removed
Fixed
1.1.1
Fixed
- remove hoa/console dependency
1.1.0
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