Releases: laravel/installer
Releases · laravel/installer
v4.0.5
Fixed
- Ensure artisan command is executable (#153)
- Fix quiet and no-ansi flags (#156)
v4.0.4
Fixed
- Close
<fg>
tag (#149)
- Add warning about
--force
and installing in current directory (#152)
v4.0.3
Fixed
- Fix for directories with spaces in current working directory path (#147)
v4.0.2
Added
- Add stack and teams options (#143)
v4.0.1
Changed
Fixed
- Fix multiple issues when running on Windows (#133, #137)
- Only change
.env
file when project name exists (#140)
v3.1.0
Removed
- Drop support for PHP 7.2 (#118)
v3.0.1
Fixed
- Fix composer autoloader path (f3db3f3)
v3.0.0
Changed
- Move
laravel
binary to new directory (c581a78)
- Require PHP 7.2 as the new minimum version (3ab97f2)
- Allow Symfony 5 (513a060)
Removed