Skip to content

Commit

Permalink
Update composer/installers dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gchtr committed Mar 1, 2022
1 parent f6d9418 commit 600b1cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
```
- Fixed a bug when Timmy tries to resize files that it shouldn’t, like video files.
- Updated testing suite.
- Updated `composer/installers` Composer dependency to allow versions `^1.0` and `^2.0`.

## 0.14.8 - 2021-07-28

Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Advanced image manipulation for Timber.",
"license": "MIT",
"require": {
"composer/installers": "~1.0",
"composer/installers": "^1.0 || ^2.0",
"php": ">=5.4.0",
"timber/timber": "^1.3"
},
Expand Down Expand Up @@ -48,5 +48,10 @@
],
"scripts": {
"install-tests": "bash bin/install-wp-tests.sh timmy-tests root \"\" localhost latest"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}

0 comments on commit 600b1cd

Please sign in to comment.