Skip to content

Commit

Permalink
Merge pull request #2626 from 10up/chore/update-php-composer
Browse files Browse the repository at this point in the history
Update the minimum PHP version in composer
  • Loading branch information
felipeelia authored Mar 2, 2022
2 parents c9bb27b + a6e4578 commit 47ecd6e
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 228 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"keywords": ["wordpress", "plugin", "elasticsearch", "elasticpress", "search"],
"license": ["GPL-2.0-only"],
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Taylor Lovett",
Expand All @@ -27,7 +28,7 @@
}
],
"require": {
"php": ">=5.6"
"php": ">=7.0"
},
"require-dev": {
"10up/phpcs-composer": "dev-master",
Expand Down
Loading

0 comments on commit 47ecd6e

Please sign in to comment.