Skip to content

Commit

Permalink
Explicitly require PHP ^8.1 (#2574)
Browse files Browse the repository at this point in the history
Allows to use PHP 8.1 feature without relying on the transient dependency from laravel 10
  • Loading branch information
GromNaN authored Aug 22, 2023
1 parent 49ec43c commit e7d4034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
],
"license": "MIT",
"require": {
"php": "^8.1",
"ext-mongodb": "^1.15",
"illuminate/support": "^10.0",
"illuminate/container": "^10.0",
Expand Down

0 comments on commit e7d4034

Please sign in to comment.