Skip to content

Commit

Permalink
Set min required PHP version to 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed May 3, 2024
1 parent 2fba652 commit 03d5130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ composer.lock
# php-cs-fixer cache
.php_cs.cache
.php-cs-fixer.cache
.php-version

build/node_modules/
build/openapi.json
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.4",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
Expand Down

0 comments on commit 03d5130

Please sign in to comment.