Skip to content

Commit ad295d2

Browse files
committed
Add PHP 8.1 to list of supported PHP versions
1 parent 9faa8b8 commit ad295d2

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
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.4|^8.0",
19+
"php": "^7.4|^8.0|^8.1",
2020
"illuminate/support": "^8|^9",
2121
"laravel/legacy-factories": "^1.0"
2222
},

0 commit comments

Comments
 (0)