Skip to content

Commit

Permalink
refactor: changed types and annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
aliceComH authored and JoaoFerrazfs committed Oct 7, 2024
1 parent c45e0f2 commit 7bc005b
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 120 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
],
"require": {
"php": "^8.0",
"ext-mongodb": "^1.17.0",
"ext-mongodb": "1.17.0",
"illuminate/container": "^9.0 || ^10.0",
"illuminate/support": "^9.0 || ^10.0",
"mongodb/mongodb": "^1.17.0"
"mongodb/mongodb": "1.17.0"
},
"require-dev": {
"leroy-merlin-br/coding-standard": "^3.1.0",
Expand Down
Loading

0 comments on commit 7bc005b

Please sign in to comment.