Skip to content

Commit

Permalink
Fix composer lock for php7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Keoghan committed Apr 6, 2021
1 parent 071cd29 commit 592be27
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.3",
"ext-json": "*",
"fzaninotto/faker": "^1.8",
"illuminate/database": "^7.0",
Expand Down
28 changes: 15 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 592be27

Please sign in to comment.