Skip to content

Commit

Permalink
🔧 更新(composer.json):允許illuminate/collections依賴於版本10.0
Browse files Browse the repository at this point in the history
💡 修正(Q.php):在json解碼時處理null值,避免錯誤
✅ 測試(ModelTest.php):修正測試用例以使用正確的testing2_id屬性
  • Loading branch information
mathsgod committed Aug 7, 2024
1 parent 9feff43 commit 62cf7ab
Show file tree
Hide file tree
Showing 4 changed files with 567 additions and 501 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"vlucas/phpdotenv": "^5.4",
"psr/container": "*",
"laminas/laminas-di": "^3.12",
"illuminate/collections": "^9.52"
"illuminate/collections": "^9.52|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand Down
Loading

0 comments on commit 62cf7ab

Please sign in to comment.