Skip to content

Commit

Permalink
Upgrade illuminate/database
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed May 7, 2021
1 parent 64e2ff7 commit 56db8a7
Show file tree
Hide file tree
Showing 4 changed files with 8,153 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/vendor
.phpunit.result.cache
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"require": {
"php": "^7.2|^8.0",
"illuminate/contracts": "^6.0 || ^7.0 || ^8.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.40.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 56db8a7

Please sign in to comment.