Skip to content

Commit

Permalink
change package-name
Browse files Browse the repository at this point in the history
  • Loading branch information
attoiuma committed Jul 28, 2019
1 parent 938a0ca commit ad2229b
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "league/oauth2-server",
"name": "attoiuma/oauth2-server",
"description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
"homepage": "https://oauth2.thephpleague.com/",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"repositories": [
{
"type": "git",
"url": "https://github.com/thephpleague/oauth2-server.git"
"url": "https://github.com/attoiuma/oauth2-server.git"
}
],
"keywords": [
Expand All @@ -43,15 +43,9 @@
],
"authors": [
{
"name": "Alex Bilbie",
"email": "[email protected]",
"homepage": "http://www.alexbilbie.com",
"role": "Developer"
},
{
"name": "Andy Millington",
"email": "[email protected]",
"homepage": "https://www.noexceptions.io",
"name": "Liberit",
"email": "[email protected]",
"homepage": "https://liberit.jp",
"role": "Developer"
}
],
Expand Down

0 comments on commit ad2229b

Please sign in to comment.