Skip to content

Commit

Permalink
Fix license tag in composer.json (#125)
Browse files Browse the repository at this point in the history
The preferred format for specifying the Apache license is "Apache-2.0"; see https://getcomposer.org/doc/04-schema.md#license
  • Loading branch information
rhoggSugarcrm authored and mmarum-sugarcrm committed Mar 25, 2019
1 parent c00ea0b commit d475eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"phpunit/phpunit": "^6.5",
"mikey179/vfsstream": "^1.6"
},
"license": "Apache-2",
"license": "Apache-2.0",
"authors": [
{
"name": "SugarCRM Developer Advocacy",
Expand Down

0 comments on commit d475eae

Please sign in to comment.