Skip to content

Commit a94fa8a

Browse files
committed
Add PHP 8.1 support
1 parent c145acb commit a94fa8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"source": "https://github.com/laravel-ready/fortify-ui"
2727
},
2828
"require": {
29-
"php": "^8.0",
30-
"illuminate/support": "^9.0"
29+
"php": "^8.1 || ^8.0",
30+
"illuminate/support": "^10.0 || ^9.0"
3131
},
3232
"require-dev": {
3333
"mockery/mockery": "^1.4",

0 commit comments

Comments
 (0)