hatooz / weather-module
Module for weather forecast
v1.0.6
2020-12-04 22:58 UTC
Requires
- php: >=7.2
- anax/commons: ^2.0.14
Requires (Dev)
- anax/cache: 2.0.0-beta.5
- anax/configure: ^2.0
- anax/di: ^2.0
- anax/request: ^2.0.7
- anax/response: ^2.0.2
- anax/session: ^2.0
- anax/url: ^2.0.1
- anax/view: ^2.0
- phpunit/phpunit: ^7
README
Intergration with composer
Add "hatooz/weather-module" to composer require. Latest version can be found in REVISION.md
Copy the configuration files
rsync -av vendor/hatooz/weather-module/view/* view/
rsync -av vendor/hatooz/weather-module/src/* src/
rsync -av vendor/hatooz/weather-module/test/* test/