Skip to content

Commit

Permalink
Set minimum PHP version to 7.1 in Composer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bsweeney authored Apr 29, 2024
1 parent e327507 commit c8ae362
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 @@ -24,6 +24,7 @@
"bin-dir": "bin"
},
"require": {
"php": "^7.1 || ^8.0",
"ext-mbstring": "*"
},
"require-dev": {
Expand Down

0 comments on commit c8ae362

Please sign in to comment.