Skip to content

Commit

Permalink
refactor:update mongolid and add right types in models
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoFerrazfs committed Oct 7, 2024
1 parent 1062f30 commit 4ce4192
Show file tree
Hide file tree
Showing 11 changed files with 1,528 additions and 858 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: mongodb-mongodb/mongo-php-driver@1.16.0
extensions: mongodb-mongodb/mongo-php-driver@1.20.0

- name: Composer
uses: ramsey/composer-install@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"require": {
"php": "^8.0",
"leroy-merlin-br/mongolid": "v3.7",
"leroy-merlin-br/mongolid": "dev-refactor/change-types-and-annotations-4",
"illuminate/support": "^9.0 || ^10.0",
"illuminate/auth": "^9.0 || ^10.0",
"illuminate/queue": "^9.0 || ^10.0"
Expand Down
Loading

0 comments on commit 4ce4192

Please sign in to comment.