Skip to content

Commit

Permalink
Renamed package to laravel-cashier-fastspring.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhartman committed Nov 15, 2019
1 parent 331b2eb commit 944dbef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 944dbef

Please sign in to comment.