Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Torann authored Feb 9, 2022
1 parent 95ae8d3 commit 0621f16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
}
],
"require": {
"php": ">=7.2",
"illuminate/support": "^7.0|^8.0",
"illuminate/database": "^7.0|^8.0",
"illuminate/cache": "^7.0|^8.0"
"php": "^7.4|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0",
"illuminate/database": "^7.0|^8.0|^9.0",
"illuminate/cache": "^7.0|^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
Expand Down

0 comments on commit 0621f16

Please sign in to comment.