Skip to content

Commit

Permalink
Changing name
Browse files Browse the repository at this point in the history
  • Loading branch information
David Cole committed Jun 20, 2016
1 parent e5293d7 commit 302f5a5
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .php_cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

$header = <<<'EOF'
This file is a part of the oauth-discord project.
This file is a part of the oauth2-discord project.
Copyright (c) 2016 David Cole <david@team-reflex.com>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
oauth-discord
oauth2-discord
===
Provides Discord OAuth 2.0 support for PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client).

## Installation

Run `composer require team-reflex/oauth-discord`.
Run `composer require team-reflex/oauth2-discord`.

## Usage

Expand Down Expand Up @@ -38,7 +38,7 @@ if (! isset($_GET['code'])) {
## Credits

- [David Cole](https://github.com/uniquoooo)
- [All Contributors](https://github.com/teamreflex/oauth-discord/contributors)
- [All Contributors](https://github.com/teamreflex/oauth2-discord/contributors)

## License

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "team-reflex/oauth-discord",
"name": "team-reflex/oauth2-discord",
"description": "OAuth2 client for authenticating with the Discord API servers",
"license": "MIT",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion src/Discord/Discord.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is a part of the oauth-discord project.
* This file is a part of the oauth2-discord project.
*
* Copyright (c) 2016 David Cole <david@team-reflex.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Discord/Part.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is a part of the oauth-discord project.
* This file is a part of the oauth2-discord project.
*
* Copyright (c) 2016 David Cole <david@team-reflex.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Discord/Parts/Connection.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is a part of the oauth-discord project.
* This file is a part of the oauth2-discord project.
*
* Copyright (c) 2016 David Cole <david@team-reflex.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Discord/Parts/Guild.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is a part of the oauth-discord project.
* This file is a part of the oauth2-discord project.
*
* Copyright (c) 2016 David Cole <david@team-reflex.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Discord/Parts/Invite.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is a part of the oauth-discord project.
* This file is a part of the oauth2-discord project.
*
* Copyright (c) 2016 David Cole <david@team-reflex.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Discord/Parts/User.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is a part of the oauth-discord project.
* This file is a part of the oauth2-discord project.
*
* Copyright (c) 2016 David Cole <david@team-reflex.com>
*
Expand Down

0 comments on commit 302f5a5

Please sign in to comment.