Skip to content

Commit f16d5df

Browse files
authored
Merge pull request Torann#196 from thadbryson/fork-php8
PHP 8.0 - Enable in composer.json
2 parents 41b153a + 614b4d3 commit f16d5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.2",
21+
"php": "^7.2 || ^8.0",
2222
"illuminate/support": "^8.0",
2323
"illuminate/console": "^8.0",
2424
"illuminate/cache": "^8.0"

0 commit comments

Comments
 (0)