Skip to content

Commit

Permalink
Added installer-name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekwav committed Jul 1, 2017
1 parent f0ea160 commit 0aa946a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,25 @@
"name": "ekwav/uf_oauth2_server",
"type": "sprinkle",

This comment has been minimized.

Copy link
@lcharette

lcharette Jul 1, 2017

This should be userfrosting-sprinkle ;)

"description": "OAuth2 Api module for UserFrosting.",
"keywords": ["OAuth2", "Server", "userfrosting"],
"homepage": "https://github.com/Ekwav/UF_OAUTH2-SERVER",
"license" : "",
"authors" : [
{
"name": "Äkwav",
"homepage": "https://coflnet.com/ekwav"
}
],
"version": "0.0.1",
"version": "0.0.2",
"require": {
"league/oauth2-server": "^5.1"
},
"autoload": {
"psr-4": {
"UserFrosting\\Sprinkle\\Api\\": "src/"
}
},
"extra": {
"installer-name": "Api"

This comment has been minimized.

Copy link
@lcharette

lcharette Jul 1, 2017

I suggest you use a more explicit name, like OAuth2Server. In a distant future when everyone uses UF with multiple sprinkles, API might becomes confusing and cause overlap.

}
}

0 comments on commit 0aa946a

Please sign in to comment.