Skip to content

Commit 91af781

Browse files
committed
Fix package name
1 parent 2ad49b5 commit 91af781

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Steam authentication for Laravel 5
2-
[![Code Climate](https://codeclimate.com/github/TruckersMP/laravel-steam-auth/badges/gpa.svg)](https://codeclimate.com/github/TruckersMP/laravel-steam-auth)
3-
[![Latest Stable Version](https://img.shields.io/packagist/v/TruckersMP/laravel-steam-auth.svg)](https://packagist.org/packages/TruckersMP/laravel-steam-auth)
4-
[![Total Downloads](https://img.shields.io/packagist/dt/TruckersMP/laravel-steam-auth.svg)](https://packagist.org/packages/TruckersMP/laravel-steam-auth)
5-
[![License](https://img.shields.io/github/license/TruckersMP/laravel-steam-auth.svg)](https://packagist.org/packages/TruckersMP/laravel-steam-auth)
2+
[![Code Climate](https://codeclimate.com/github/truckersmp/laravel-steam-auth/badges/gpa.svg)](https://codeclimate.com/github/truckersmp/laravel-steam-auth)
3+
[![Latest Stable Version](https://img.shields.io/packagist/v/truckersmp/laravel-steam-auth.svg)](https://packagist.org/packages/truckersmp/laravel-steam-auth)
4+
[![Total Downloads](https://img.shields.io/packagist/dt/truckersmp/laravel-steam-auth.svg)](https://packagist.org/packages/truckersmp/laravel-steam-auth)
5+
[![License](https://img.shields.io/github/license/truckersmp/laravel-steam-auth.svg)](https://packagist.org/packages/truckersmp/laravel-steam-auth)
66

77
This package is a Laravel 5 service provider which provides support for Steam OpenID and is very easy to integrate with any project that requires Steam authentication.
88

99
## Installation Via Composer
1010
Add this to your `composer.json` file, in the require object:
1111

1212
```javascript
13-
"TruckersMP/laravel-steam-auth": "3.*"
13+
"truckersmp/laravel-steam-auth": "3.*"
1414
```
1515

1616
After that, run `composer install` to install the package.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "TruckersMP/laravel-steam-auth",
2+
"name": "truckersmp/laravel-steam-auth",
33
"description": "Laravel Steam Auth - TruckersMP",
44
"keywords": ["steam", "laravel", "auth"],
55
"license": "MIT",

0 commit comments

Comments
 (0)