Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
salimromadhon committed Jan 4, 2023
1 parent 88c6d76 commit bc7f1a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
"type": "library",
"require": {
"guzzlehttp/guzzle": "^7.5",
"salimid/php-kit": "dev-master"
"paragraf/php-kit": "^v0.1.0"
},
"require-dev": {
"psy/psysh": "^0.11.10",
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.9",
"squizlabs/php_codesniffer": "^3.7"
},
"minimum-stability": "dev",
"license": "MIT",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use SalimId\Telegraph\Exception;
use SalimId\Telegraph\Client;
use SalimId\Telegraph\Model;
use SalimId\Kit\Collection;
use Paragraf\Kit\Collection;

class Account extends Model
{
Expand Down
2 changes: 1 addition & 1 deletion src/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use SalimId\Telegraph\Exception;
use SalimId\Telegraph\Client;
use SalimId\Telegraph\Model;
use SalimId\Kit\Collection;
use Paragraf\Kit\Collection;

class Page extends Model
{
Expand Down

0 comments on commit bc7f1a9

Please sign in to comment.