bitfumes / laravel-packer

Awesome Command Line Tool for speeding up your package creation.
MIT License
440 stars 44 forks source link

Prefers dependencies stable version and remove composer lock #2

Closed nunomaduro closed 6 years ago

nunomaduro commented 6 years ago

This Pull Request addresses some issues regarding composer:

  1. We should always prefer stable versions.
  2. composer.lock shouldn't exist on the library.
sarthaksavvy commented 6 years ago

Okay, this is I learned today. Thanks