Skip to content

Commit 69d3c31

Browse files
chore: PHP 7.2 and 8 support added
1 parent c7be974 commit 69d3c31

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.3",
21+
"php": ">=7.2.5|^8.0",
2222
"illuminate/support": "^6.0|^7.0|^8.0"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)