Skip to content

Commit c2399e3

Browse files
committed
Allowing PHP 8.1 with Laravel 10 version
1 parent 4d2c453 commit c2399e3

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
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "~8.1.0",
23+
"php": "^8.1 || ^8.2",
2424
"spatie/laravel-package-tools": "^1.4.3",
2525
"illuminate/contracts": "^10.0",
2626
"ext-json": "*"

0 commit comments

Comments
 (0)