Skip to content

Commit 0443ada

Browse files
committed
Corrected last few references to bearer
1 parent 3d9d42f commit 0443ada

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pull requests are highly appreciated. Here's a quick guide.
44

55
Fork, then clone the repo:
66

7-
git clone [email protected]:your-username/middleware-bearer-authorization.git
7+
git clone [email protected]:your-username/middleware-personal-authorization.git
88

99
Set up your machine:
1010

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Bearer authorization middleware
1+
# Personal authorization middleware
22

3-
[![Build Status](https://travis-ci.org/php-api-clients/middleware-bearer-authorization.svg?branch=master)](https://travis-ci.org/php-api-clients/middleware-bearer-authorization)
4-
[![Latest Stable Version](https://poser.pugx.org/api-clients/middleware-bearer-authorization/v/stable.png)](https://packagist.org/packages/api-clients/middleware-bearer-authorization)
5-
[![Total Downloads](https://poser.pugx.org/api-clients/middleware-bearer-authorization/downloads.png)](https://packagist.org/packages/api-clients/middleware-bearer-authorization)
6-
[![Code Coverage](https://scrutinizer-ci.com/g/php-api-clients/middleware-bearer-authorization/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/php-api-clients/middleware-bearer-authorization/?branch=master)
7-
[![License](https://poser.pugx.org/api-clients/middleware-bearer-authorization/license.png)](https://packagist.org/packages/api-clients/middleware-bearer-authorization)
8-
[![PHP 7 ready](http://php7ready.timesplinter.ch/php-api-clients/middleware-bearer-authorization/badge.svg)](https://travis-ci.org/php-api-clients/middleware-bearer-authorization)
3+
[![Build Status](https://travis-ci.org/php-api-clients/middleware-personal-authorization.svg?branch=master)](https://travis-ci.org/php-api-clients/middleware-personal-authorization)
4+
[![Latest Stable Version](https://poser.pugx.org/api-clients/middleware-personal-authorization/v/stable.png)](https://packagist.org/packages/api-clients/middleware-personal-authorization)
5+
[![Total Downloads](https://poser.pugx.org/api-clients/middleware-personal-authorization/downloads.png)](https://packagist.org/packages/api-clients/middleware-personal-authorization)
6+
[![Code Coverage](https://scrutinizer-ci.com/g/php-api-clients/middleware-personal-authorization/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/php-api-clients/middleware-personal-authorization/?branch=master)
7+
[![License](https://poser.pugx.org/api-clients/middleware-personal-authorization/license.png)](https://packagist.org/packages/api-clients/middleware-personal-authorization)
8+
[![PHP 7 ready](http://php7ready.timesplinter.ch/php-api-clients/middleware-personal-authorization/badge.svg)](https://travis-ci.org/php-api-clients/middleware-personal-authorization)
99

1010
# Installation
1111

1212
To install via [Composer](http://getcomposer.org/), use the command below, it will automatically detect the latest version and bind it with `^`.
1313

1414
```
15-
composer require api-clients/middleware-bearer-authorization
15+
composer require api-clients/middleware-personal-authorization
1616
```
1717
# Usage
1818

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"name": "api-clients/middleware-bearer-authorization",
3-
"homepage": "https://php-api-clients.org/clients/travis/",
4-
"description": "Bearer authorization middleware",
2+
"name": "api-clients/middleware-personal-authorization",
3+
"description": "Personal authorization middleware",
54
"license": "MIT",
65
"authors": [
76
{

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)