From c0e27bbe80df29a5b07b80b72db2fd3334998f87 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 13 Jul 2015 09:17:35 +0200 Subject: [PATCH] but keep the composer.json for reverence --- curweather/composer.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 curweather/composer.json diff --git a/curweather/composer.json b/curweather/composer.json new file mode 100644 index 00000000..d54ac721 --- /dev/null +++ b/curweather/composer.json @@ -0,0 +1,5 @@ +{ + "require": { + "cmfcmf/openweathermap-php-api": "~2.0" + } +}