Releases: laravel/installer
Releases · laravel/installer
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
v2.2.1
Fixed
- Make sure zip file is valid before extracting (#100)
v2.2.0
Added
- Create a new project in the current directory using "laravel new ." (#99)
v2.1.0
Added
- Added an alias to the
--force
option (#79)
Changed
- Use the
extension_loaded
method to check if the 'zip' extension is loaded (#81)
Fixed
- Respect
--quiet
option (#77)
- Update composer path on
findComposer
(#86)