Skip to content

Commit

Permalink
adding missing depencency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aglipanci committed Feb 24, 2025
1 parent 4d6dd6f commit 211427f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ext-pdo_sqlite": "*",
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/database": "^8.40|^9.0|^10.0|^11.0|^12.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
"php": "^8.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/model/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^8.0",
"ext-pdo_sqlite": "*",
"illuminate/database": "^8.40|^9.0|^10.0|^11.0|^12.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 211427f

Please sign in to comment.