From 91af7816c2b3e8956904664c831a35128ad54b69 Mon Sep 17 00:00:00 2001 From: CJMAXiK Date: Thu, 3 Dec 2020 16:57:31 +0300 Subject: [PATCH] Fix package name --- README.md | 10 +++++----- composer.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1eb6693..6b203e4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # 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. @@ -10,7 +10,7 @@ This package is a Laravel 5 service provider which provides support for Steam Op 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. diff --git a/composer.json b/composer.json index 01282f7..bde60d0 100644 --- a/composer.json +++ b/composer.json @@ -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",