Skip to content

Commit

Permalink
Update PHP requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gchtr committed Jan 13, 2023
1 parent 52f3901 commit 9008665
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Timber Integration for WooCommerce

## 0.6.1 - 2021-08-04
## 0.7.0 - 2023-01-13

- Updated PHP requirements to allow PHP 8.0 and higher.

## 0.6.1 - 2023-01-13

- Fixed a couple of issues with `$product` global not being kept in sync.
- Added small improvements in documentation.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"docs": "https://timber.github.io/docs/integrations/woocommerce"
},
"require": {
"php": "7.*"
"php": "^7.2 || ^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9008665

Please sign in to comment.