Skip to content

Commit

Permalink
chore(deps): bump mongolid version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielgomes94 committed Oct 23, 2023
1 parent 30d992a commit d49d8b8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 27 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"illuminate/support": "^9.0|^10.0",
"lcobucci/jwt": "^3.4|^4.0",
"league/oauth2-server": "^8.2",
"leroy-merlin-br/mongolid": "v3.6",
"leroy-merlin-br/mongolid-laravel": "v3.6",
"leroy-merlin-br/mongolid": "v3.7",
"leroy-merlin-br/mongolid-laravel": "v3.7",
"mongodb/mongodb": "~1.15.0",
"nyholm/psr7": "^1.3",
"phpseclib/phpseclib": "^2.0|^3.0",
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@ class Client extends Model
'secret',
];

/**
* The attributes that should be cast to native types.
*
* @var array
*/
protected $casts = [
'grant_types' => 'array',
'personal_access_client' => 'bool',
'password_client' => 'bool',
'revoked' => 'bool',
];

/**
* The temporary plain-text client secret.
*
Expand Down

0 comments on commit d49d8b8

Please sign in to comment.