Skip to content

Commit edb5aed

Browse files
authored
Laravel 8 and PHP 8
1 parent db7b9cd commit edb5aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)