diff --git a/README.md b/README.md index eb16474..9ace22d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/composer.json b/composer.json index 70e4580..bed0f3d 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "license": "MIT", "authors": [ { - "name": "Lukas Gaechter", + "name": "Lukas Gächter", "email": "lukas.gaechter@mind.ch", "homepage": "https://www.mind.ch" } @@ -19,10 +19,11 @@ "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": {