Skip to content

Commit

Permalink
Update composer.json support for laravel v8
Browse files Browse the repository at this point in the history
Support for laravel 8 and php 8
  • Loading branch information
alvin0 committed Mar 29, 2023
1 parent 6caa5a1 commit c23580b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"require": {
"php": "^8.0.2",
"illuminate/database": "^9|^10",
"illuminate/console": "^9|^10",
"illuminate/database": "^8|^9|^10",
"illuminate/console": "^8|^9|^10",
"predis/predis": "^2"
},
"require-dev": {
Expand Down

0 comments on commit c23580b

Please sign in to comment.