Skip to content

Commit d77cedb

Browse files
committed
Drop php 8.0 support and earlier
1 parent f76e119 commit d77cedb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2.5|^8.0",
20-
19+
"php": "^8.0",
2120
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2221
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2322
"illuminate/events": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",

0 commit comments

Comments
 (0)