Skip to content

Commit e7d4034

Browse files
authored
Explicitly require PHP ^8.1 (#2574)
Allows to use PHP 8.1 feature without relying on the transient dependency from laravel 10
1 parent 49ec43c commit e7d4034

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
],
2020
"license": "MIT",
2121
"require": {
22+
"php": "^8.1",
2223
"ext-mongodb": "^1.15",
2324
"illuminate/support": "^10.0",
2425
"illuminate/container": "^10.0",

0 commit comments

Comments
 (0)