jsmitty12 / phpWhois

phpWhois general repository
GNU General Public License v2.0
56 stars 20 forks source link

Update composer.json with best practices #8

Closed jsmitty12 closed 6 years ago

jsmitty12 commented 6 years ago

See 17 Tips for Using Composer Efficiently:

  1. Use version ranges for libraries dependencies (tip 4)
  2. Run Travis CI builds with different versions of dependencies (tip 7)
  3. Sort packages in require and require-dev by name (tip 8)
  4. Do not attempt to merge composer.lock when rebasing or merging (tip 9)
  5. Validate the composer.json during the CI build (tip 13)
  6. Configure autoload-dev for tests (tip 21)