Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Jan 11, 2021
1 parent 8e1ac33 commit 5ef9c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
],
"require": {
"php": "^7.2|^8.0",
"calebporzio/sushi": "^2.1",
"illuminate/contracts": "^6.0 || ^7.0 || ^8.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/model/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"require": {
"php": "^7.2|^8.0",
"calebporzio/sushi": "^2.1",
"illuminate/database": "^6.0 || ^7.0 || ^8.0"
"illuminate/database": "^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5ef9c76

Please sign in to comment.