Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the minimum PHP version in composer #2626

Merged
merged 1 commit into from
Mar 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update the minimum PHP version in composer
And run a composer update
  • Loading branch information
felipeelia committed Mar 2, 2022
commit a6e457852149bd9947ad94e6cf3a01727ea34c02
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