Skip to content

Commit 447a513

Browse files
authored
Fix PHP version requirement to match CI matrix (#16)
1 parent cf6645f commit 447a513

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
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"require": {
24-
"php": "^8.0",
24+
"php": "^8.2",
2525
"illuminate/auth": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0",
2626
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0",
2727
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0"

0 commit comments

Comments
 (0)