Skip to content

Commit aaea8e7

Browse files
authored
Merge pull request #25 from jmspldnl/master
Update composer.json for PHP 8 support
2 parents 6499e25 + f2cee4d commit aaea8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php" : "^7.3",
20+
"php" : "^7.3|^8.0",
2121
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
2222
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
2323
},

0 commit comments

Comments
 (0)