Skip to content

Commit

Permalink
Merge pull request #3 from talvbansal/patch-1
Browse files Browse the repository at this point in the history
Laravel 8 and PHP 8
  • Loading branch information
leewillis77 committed Feb 1, 2021
2 parents db7b9cd + edb5aed commit 8b8fe50
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,9 +17,9 @@
}
],
"require": {
"php": "^7.0",
"php": "^7.0|^8.0",
"embed/embed": "~3.3",
"illuminate/cache": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|~7.0"
"illuminate/cache": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|~7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8b8fe50

Please sign in to comment.