Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added support for branch master on bosnadev/database
This allows to update to Laravel 9. bosnadev/database has added support to illuminate/database 9.0 on master branch
  • Loading branch information
Roberto Santana authored Apr 21, 2022
commit 7e5527a9bd638fd9ba7be0509836c43528cf1ff5
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",
"geo-io/wkb-parser": "^1.0",
"jmikola/geojson": "^1.0",
"bosnadev/database": "^0.21"
"bosnadev/database": "^0.21|master"
},
"require-dev": {
"illuminate/pagination": "^6.0|^7.0|^8.0|^9.0",
Expand Down