Skip to content

Commit

Permalink
refactor:update mongolid
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoFerrazfs committed Oct 7, 2024
1 parent 1d45ec8 commit bfa52b5
Show file tree
Hide file tree
Showing 9 changed files with 1,215 additions and 840 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"ext-mongodb": "^1.15.0",
"ext-mongodb": "1.17.0",
"firebase/php-jwt": "^6.3.1",
"illuminate/auth": "^9.0|^10.0",
"illuminate/console": "^9.0|^10.0",
Expand All @@ -33,9 +33,9 @@
"illuminate/support": "^9.0|^10.0",
"lcobucci/jwt": "^3.4|^4.0",
"league/oauth2-server": "^8.2",
"leroy-merlin-br/mongolid": "v3.7",
"leroy-merlin-br/mongolid-laravel": "v3.7",
"mongodb/mongodb": "~1.15.0",
"leroy-merlin-br/mongolid": "dev-refactor/change-types-and-annotations-4",
"leroy-merlin-br/mongolid-laravel": "dev-feat/update-mongolid",
"mongodb/mongodb": "1.17.0",
"nyholm/psr7": "^1.3",
"phpseclib/phpseclib": "^2.0|^3.0",
"symfony/psr-http-message-bridge": "^2.0"
Expand Down
Loading

0 comments on commit bfa52b5

Please sign in to comment.