Skip to content

Commit f0b7b0b

Browse files
committed
#1 Change min supported PHP version to 8.0
1 parent 66ecca2 commit f0b7b0b

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|^8.0",
21+
"php": "^8.0|^8.1",
2222
"illuminate/support": "^8.0",
2323
"illuminate/console": "^8.0",
2424
"illuminate/cache": "^8.0"

0 commit comments

Comments
 (0)