Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmaxik committed Dec 3, 2020
1 parent 2ad49b5 commit 91af781
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Steam authentication for Laravel 5
[![Code Climate](https://codeclimate.com/github/TruckersMP/laravel-steam-auth/badges/gpa.svg)](https://codeclimate.com/github/TruckersMP/laravel-steam-auth)
[![Latest Stable Version](https://img.shields.io/packagist/v/TruckersMP/laravel-steam-auth.svg)](https://packagist.org/packages/TruckersMP/laravel-steam-auth)
[![Total Downloads](https://img.shields.io/packagist/dt/TruckersMP/laravel-steam-auth.svg)](https://packagist.org/packages/TruckersMP/laravel-steam-auth)
[![License](https://img.shields.io/github/license/TruckersMP/laravel-steam-auth.svg)](https://packagist.org/packages/TruckersMP/laravel-steam-auth)
[![Code Climate](https://codeclimate.com/github/truckersmp/laravel-steam-auth/badges/gpa.svg)](https://codeclimate.com/github/truckersmp/laravel-steam-auth)
[![Latest Stable Version](https://img.shields.io/packagist/v/truckersmp/laravel-steam-auth.svg)](https://packagist.org/packages/truckersmp/laravel-steam-auth)
[![Total Downloads](https://img.shields.io/packagist/dt/truckersmp/laravel-steam-auth.svg)](https://packagist.org/packages/truckersmp/laravel-steam-auth)
[![License](https://img.shields.io/github/license/truckersmp/laravel-steam-auth.svg)](https://packagist.org/packages/truckersmp/laravel-steam-auth)

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.

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

```javascript
"TruckersMP/laravel-steam-auth": "3.*"
"truckersmp/laravel-steam-auth": "3.*"
```

After that, run `composer install` to install the package.
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": "TruckersMP/laravel-steam-auth",
"name": "truckersmp/laravel-steam-auth",
"description": "Laravel Steam Auth - TruckersMP",
"keywords": ["steam", "laravel", "auth"],
"license": "MIT",
Expand Down

0 comments on commit 91af781

Please sign in to comment.