Skip to content

Commit 369f3af

Browse files
author
Mario Blazek
committed
Changed project structure
1 parent 2536851 commit 369f3af

63 files changed

Lines changed: 68 additions & 34 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ vendor/
44
composer.phar
55
composer.lock
66
.php_cs.cache
7-
7+
phpunit.xml
8+
build/

README.md

Lines changed: 3 additions & 3 deletions

API/OpenWeatherMap/Weather/AirPollutionInterface.php renamed to bundle/API/OpenWeatherMap/Weather/AirPollutionInterface.php

File renamed without changes.

API/OpenWeatherMap/Weather/DailyForecastInterface.php renamed to bundle/API/OpenWeatherMap/Weather/DailyForecastInterface.php

File renamed without changes.

API/OpenWeatherMap/Weather/HourForecastInterface.php renamed to bundle/API/OpenWeatherMap/Weather/HourForecastInterface.php

File renamed without changes.

API/OpenWeatherMap/Weather/UltravioletIndexInterface.php renamed to bundle/API/OpenWeatherMap/Weather/UltravioletIndexInterface.php

File renamed without changes.
File renamed without changes.

API/OpenWeatherMap/Weather/WeatherStationsInterface.php renamed to bundle/API/OpenWeatherMap/Weather/WeatherStationsInterface.php

File renamed without changes.

0 commit comments

Comments
 (0)