Skip to content

Commit

Permalink
Upgrade auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Aug 21, 2021
1 parent ce53bad commit 88aa336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"require": {
"php": "^7.3|^8.0",
"andrey-helldar/cashier-tinkoff-auth": "^1.0",
"andrey-helldar/cashier-tinkoff-auth": "^1.1",
"psr/http-message": "^1.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Requests/BaseRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
namespace Helldar\CashierDriver\Tinkoff\QrCode\Requests;

use Helldar\Cashier\Http\Request;
use Helldar\CashierDriver\Tinkoff\Auth\Support\Auth;
use Helldar\CashierDriver\Tinkoff\Auth\Auth;

abstract class BaseRequest extends Request
{
Expand Down

0 comments on commit 88aa336

Please sign in to comment.