From 288301e91887b246ed2fa82213c6017c9d92012d Mon Sep 17 00:00:00 2001 From: Michael Houghton Date: Mon, 23 Oct 2017 20:38:04 +0100 Subject: [PATCH] updated name of package for packagist --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 73013ca..446545f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "coderity/payment", + "name": "coderity/wallet", "description": "Coderity Wallet extends Laravel Cashier allowing users to have multiple credit cards with multiple subscriptions, along with the ability to charge different cards as needed.", "keywords": ["laravel", "stripe", "billing", "cashier", "wallet"], "license": "MIT",