GetDKAN / dkan-tools

CLI tools for DKAN site management
https://getdkan.github.io/dkan-tools/
15 stars 14 forks source link

Use no-dev instead of dev with composer install. #299

Closed fmizzell closed 3 years ago

fmizzell commented 3 years ago

Every time we run dktl make we get a deprecation notice because we use the --dev option with composer install. This PR simply offers the same functionality using the --no-dev option which will not be deprecated.