Closed
Description
Describe the bug
Laravel version is set to 6.0.0 in starter.ini but larvel 6.* (6.20.23) is used
Screenshots
Steps to reproduce
Set version to 6.0.0 in starter ini
force docker build
Read summary in terminal
Expected behavior
If 6.0.0 is set then 6.0.0 should be installed not 6.* (6.20.23)
Additional information
- Valid minor versions of Laravel (use * notation for the patch number)
- https://laravelversions.com/ Dedicated to information regarding Major Laravel versions
- Laravel versioning Quirks explained