Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Aug 16, 2021
1 parent 17f504b commit e483c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"ext-json": "*",
"guzzlehttp/guzzle": "^6.0",
"psr/log": "^1.0",
"webeweb/provider-library": "^1.5",
"webeweb/traits-library": "^2.0",
"webeweb/types-library": "^1.0"
"webeweb/core-library": "^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^9.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
use InvalidArgumentException;
use Psr\Log\LoggerInterface;
use WBW\Library\Pappers\Request\AbstractRequest;
use WBW\Library\Provider\AbstractProvider as BaseProvider;
use WBW\Library\Provider\Exception\ApiException;
use WBW\Library\Provider\Provider\AbstractProvider as BaseProvider;

/**
* Abstract provider.
Expand Down

0 comments on commit e483c71

Please sign in to comment.