Skip to content

Commit

Permalink
Change license value
Browse files Browse the repository at this point in the history
Packagistで以下エラーが発生したため
Importing branch master (dev-master)
Skipped branch master, Invalid package information:
License "NetCommons License" is not a valid SPDX license identifier, see
https://spdx.org/licenses/ if you use an open license.
If the software is closed-source, you may use "proprietary" as license.
  • Loading branch information
kteraguchi committed Jan 26, 2018
1 parent b8958f3 commit e3cfbe1
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions composer.json
@@ -1,36 +1,41 @@
{
"name": "netcommons/bbses",
"description": "Bbses for NetCommons Plugin",
"type": "cakephp-plugin",
"type": "cakephp-plugin",
"homepage": "http://www.netcommons.org/",
"extra": {
"installer-paths": {
"app/Plugin/{$name}": ["type:cakephp-plugin"]
"app/Plugin/{$name}": [
"type:cakephp-plugin"
]
}
},
"require": {
"cakedc/migrations": "~2.2",
"netcommons/blocks": "@dev",
"netcommons/categories": "@dev",
"netcommons/likes": "@dev",
"netcommons/mails": "@dev",
"netcommons/net-commons": "@dev",
"netcommons/pages": "@dev",
"netcommons/plugin-manager": "@dev",
"netcommons/topics": "@dev",
"netcommons/workflow": "@dev",
"netcommons/wysiwyg": "@dev"
"cakedc/migrations": "~2.2",
"netcommons/blocks": "@dev",
"netcommons/categories": "@dev",
"netcommons/likes": "@dev",
"netcommons/mails": "@dev",
"netcommons/net-commons": "@dev",
"netcommons/pages": "@dev",
"netcommons/plugin-manager": "@dev",
"netcommons/topics": "@dev",
"netcommons/workflow": "@dev",
"netcommons/wysiwyg": "@dev"
},
"license": "NetCommons License",
"license": "LicenseRef-NetCommons",
"license-ref-net-commons": "https://raw.githubusercontent.com/NetCommons3/NetCommons3/master/license.txt",
"authors": [
{
"name": "NetCommons Community",
"homepage": "http://www.netcommons.org"
}
],
"keywords": ["cakephp", "bbses"],
"keywords": [
"cakephp",
"bbses"
],
"config": {
"vendor-dir": "vendors"
}
}

}

0 comments on commit e3cfbe1

Please sign in to comment.