Skip to content

Commit

Permalink
Update composer.json and README
Browse files Browse the repository at this point in the history
  • Loading branch information
gchtr committed Jan 29, 2024
1 parent 682d209 commit c27ecff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ This integrations makes sense if you need to develop a highly customized WooComm
- [Examples](https://github.com/MINDKomm/timber-integration-woocommerce/blob/master/docs/examples.md)
- [Mini Cart](https://github.com/MINDKomm/timber-integration-woocommerce/blob/master/docs/mini-cart.md)

## Roadmap

Here are a couple features that are not yet integrated, but would be good contribution opportunities:

- [ ] Add support for tag templates.
- [ ] Add support for WooCommerce galleries. Maybe only documentation is needed?

## Todo

- Add testing.
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,19 @@
"license": "MIT",
"authors": [
{
"name": "Lukas Gaechter",
"name": "Lukas Gächter",
"email": "lukas.gaechter@mind.ch",
"homepage": "https://www.mind.ch"
}
],
"support": {
"issues": "https://github.com/mindkomm/timber-integration-woocommerce/issues",
"source": "https://github.com/mindkomm/timber-integration-woocommerce",
"docs": "https://timber.github.io/docs/integrations/woocommerce"
"docs": "https://github.com/mindkomm/timber-integration-woocommerce#documentation"
},
"require": {
"php": "^7.2 || ^8.0"
"php": "^7.2 || ^8.0",
"timber/timber": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c27ecff

Please sign in to comment.