Skip to content

Commit

Permalink
Bump required PHP version to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lipemat committed Feb 8, 2024
1 parent 5c698be commit 18d9285
Show file tree
Hide file tree
Showing 4 changed files with 1,743 additions and 916 deletions.
23 changes: 16 additions & 7 deletions .idea/wp-cli-bundle.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ WP-CLI Bundle
Bundle WP-CLI into a phar.

<p>
<a href="https://github.com/lipemat/wp-cli-bundle/releases/latest">
<img alt="Package Version" src="https://img.shields.io/github/v/tag/lipemat/wp-cli-bundle?label=version"/>
</a>
<a href="https://github.com/lipemat/wp-cli-bundle/releases/latest">
<img alt="Package Version" src="https://img.shields.io/github/v/tag/lipemat/wp-cli-bundle?label=version"/>
</a>
<img alt="WordPress" src="https://img.shields.io/badge/wordpress->=5.8.0-green.svg">
<img alt="PHP" src="https://img.shields.io/badge/php->=7.2.0-brown.svg" />
</p>


Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.0.8",
"php": ">=7.2.0",
"psy/psysh": "^0.11.22",
"wp-cli/restful": "dev-main",
"wp-cli/cache-command": "^2",
Expand Down Expand Up @@ -58,7 +58,7 @@
"johnpbloch/wordpress-core-installer": true
},
"platform": {
"php": "7.0.8"
"php": "7.2.0"
},
"process-timeout": 7200,
"sort-packages": true
Expand Down
Loading

0 comments on commit 18d9285

Please sign in to comment.