koala-framework / composer-extra-assets

Composer Plugin for installing Assets using native npm/bower
BSD 2-Clause "Simplified" License
42 stars 11 forks source link

npm WARN package.json composer-extra-asssets@ license should be a valid SPDX license expression #18

Closed robertfausk closed 8 years ago

robertfausk commented 8 years ago

Any idea how to solve this warning? I'm using dev-master currently.

$ php composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.
Nothing to install or update
Generating autoload files

installing npm dependencies in '/home/robert/workspace/myproject/vendor/koala-framework/composer-extra-assets'...
npm WARN package.json composer-extra-asssets@ license should be a valid SPDX license expression
nsams commented 8 years ago

npm changed and doesn't like 'UNKNOWN' anymore. We could set it to 'UNLICENSED' which is not correct probably but the file is auto generated anyway so it should be ok...

https://docs.npmjs.com/files/package.json#license

robertfausk commented 8 years ago

'UNLICENSED' sounds good.

Other possibilities would be: