]> git.mxchange.org Git - friendica-addons.git/commit
added composer.json and needed libs
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 11 Jul 2015 18:21:09 +0000 (20:21 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 11 Jul 2015 18:21:09 +0000 (20:21 +0200)
commit1f74d409a2ff1dc64afb5ff075684356275fc3aa
tree147290d858d95f0fbf247a51de002cc2b991660e
parent4f1fb007c58df8b943ba7a337a20d7e160cc4102
added composer.json and needed libs
42 files changed:
curweather/composer.json [new file with mode: 0644]
curweather/vendor/autoload.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/.gitignore [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/.travis.yml [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap/AbstractCache.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap/CurrentWeather.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap/Exception.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap/Fetcher/CurlFetcher.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap/Fetcher/FetcherInterface.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap/Fetcher/FileGetContentsFetcher.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap/Forecast.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap/History.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap/Util/City.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap/Util/Sun.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap/Util/Temperature.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap/Util/Time.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap/Util/Unit.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap/Util/Weather.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap/Util/Wind.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap/WeatherForecast.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Cmfcmf/OpenWeatherMap/WeatherHistory.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Examples/Cache.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Examples/CurrentWeather.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Examples/WeatherForecast.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/Examples/WeatherHistory.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/LICENSE [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/README.md [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/composer.json [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/composer.lock [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/phpunit.xml.dist [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/tests/Fetcher/CurlFetcherTest.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/tests/Fetcher/FileGetContentsFetcherTest.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/tests/Util/SunTest.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/tests/Util/UnitTest.php [new file with mode: 0644]
curweather/vendor/cmfcmf/openweathermap-php-api/tests/bootstrap.php [new file with mode: 0644]
curweather/vendor/composer/ClassLoader.php [new file with mode: 0644]
curweather/vendor/composer/autoload_classmap.php [new file with mode: 0644]
curweather/vendor/composer/autoload_namespaces.php [new file with mode: 0644]
curweather/vendor/composer/autoload_psr4.php [new file with mode: 0644]
curweather/vendor/composer/autoload_real.php [new file with mode: 0644]
curweather/vendor/composer/installed.json [new file with mode: 0644]