diff --git a/composer.json b/composer.json index 70cfbe2..780b645 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { - "name": "22digital/cashier-fastspring", + "name": "22digital/laravel-cashier-fastspring", "description": "Cashier Fastspring is a cashier-like laravel package which provides an interface to Fastspring subscription and payment services.", "keywords": ["laravel", "fastspring", "billing", "cashier"], "license": "MIT", "support": { - "issues": "https://github.com/22digital/cashier-fastspring/issues", - "source": "https://github.com/22digital/cashier-fastspring" + "issues": "https://github.com/22digital/laravel-cashier-fastspring/issues", + "source": "https://github.com/22digital/laravel-cashier-fastspring" }, "authors": [ { diff --git a/readme.md b/readme.md index 20d577a..835918a 100644 --- a/readme.md +++ b/readme.md @@ -59,10 +59,10 @@ Cashier Fastspring is a cashier-like laravel package which provides interface to ## Installation -Add `22digital/cashier-fastspring` package to your dependencies. +Add `22digital/laravel-cashier-fastspring` package to your dependencies. ```bash -composer require "22digital/cashier-fastspring" +composer require "22digital/laravel-cashier-fastspring" ``` After requiring package, add service provider of this package to providers in `config/app.php`. @@ -389,7 +389,7 @@ In Fastspring, invoices are generated by Fastspring. You don't need to generate ## Contributing -Thank you for considering contributing to the Cashier Fastspring. You can read the contribution guide lines [here](contributing.md). You can also check [issues](https://github.com/22digital/cashier-fastspring/issues) to improve this package. +Thank you for considering contributing to the Cashier Fastspring. You can read the contribution guide lines [here](contributing.md). You can also check [issues](https://github.com/22digital/laravel-cashier-fastspring/issues) to improve this package. ## Credits