Skip to content

Commit

Permalink
Update composer.json requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
JetTheCat committed Jul 18, 2023
1 parent ff127d2 commit 61e28d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
}
],
"require": {
"php": "^7.3",
"illuminate/support": "^8.83",
"illuminate/container": "^8.83"
"php": ">=7.3",
"illuminate/support": ">=8.83",
"illuminate/container": ">=8.83"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit 61e28d1

Please sign in to comment.