Skip to content

Commit 8b8fe50

Browse files
authored
Merge pull request #3 from talvbansal/patch-1
Laravel 8 and PHP 8
2 parents db7b9cd + edb5aed commit 8b8fe50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.0",
20+
"php": "^7.0|^8.0",
2121
"embed/embed": "~3.3",
22-
"illuminate/cache": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|~7.0"
22+
"illuminate/cache": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|~7.0|^8.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)