issues
search
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
:
Use version ranges for libraries dependencies (tip 4)
Run Travis CI builds with different versions of dependencies (tip 7)
Sort packages in require and require-dev by name (tip 8)
Do not attempt to merge composer.lock when rebasing or merging (tip 9)
Validate the composer.json during the CI build (tip 13)
Configure autoload-dev for tests (tip 21)
See 17 Tips for Using Composer Efficiently: