Skip to content

Commit 4cc620e

Browse files
authored
Support for PHP 8.0
Added support for php 7.0 (WIP)
1 parent 82e0d8c commit 4cc620e

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
@@ -30,7 +30,7 @@
3030
}
3131
],
3232
"require": {
33-
"php": "^7.2",
33+
"php": "^7.3|^8.0",
3434
"illuminate/support": "^6.0|^7.0|^8.0"
3535
},
3636
"require-dev": {

0 commit comments

Comments
 (0)