Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 2.64 KB

CHANGELOG.md

File metadata and controls

64 lines (36 loc) · 2.64 KB

Release Notes

Fixed

  • Fix composer autoloader path (f3db3f3)

Changed

  • Move laravel binary to new directory (c581a78)
  • Require PHP 7.2 as the new minimum version (3ab97f2)
  • Allow Symfony 5 (513a060)

Removed

Added

Fixed

  • Make sure zip file is valid before extracting (#100)

Added

  • Create a new project in the current directory using "laravel new ." (#99)

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)

Changed

Changed

  • Bump guzzle requirement (f909b98)