Skip to content

Commit 739602f

Browse files
committed
Updated required PHP version to include 8.2 and 8.3, and Illuminate/contracts to include version 11.0
1 parent bde2620 commit 739602f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
20-
"illuminate/contracts": "^9.0|^10.0",
19+
"php": "^8.1|^8.2|^8.3",
20+
"illuminate/contracts": "^9.0|^10.0|^11.0",
2121
"spatie/laravel-package-tools": "^1.14.0",
2222
"voku/portable-utf8": "^6.0",
2323
"voku/simple_html_dom": "^4.8"

0 commit comments

Comments
 (0)