Skip to content

Commit

Permalink
Update required Timber version
Browse files Browse the repository at this point in the history
  • Loading branch information
gchtr committed Feb 21, 2022
1 parent 2b9e084 commit fc94418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.0.0

- Increased minimum supported PHP version to 7.4.
- Increased required Timber version to 1.9.
- Added support for lazy loading with `loading` attribute.
- Added `width` and `height` attributes for images by default.
- Added support for WebP images.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"composer/installers": "~1.0",
"php": ">=7.4.0",
"timber/timber": "^1.3"
"timber/timber": "^1.19"
},
"require-dev": {
"wpackagist-plugin/advanced-custom-fields": "5.*",
Expand Down

0 comments on commit fc94418

Please sign in to comment.