Get geographical weather data by city name or cordinates
This commit is contained in:
@@ -24,10 +24,12 @@
|
||||
"require": {
|
||||
"php": "^7.4 || ^8.0",
|
||||
"ext-json": "*",
|
||||
"guzzlehttp/guzzle": "^7",
|
||||
"monolog/monolog": "^2.8",
|
||||
"php-di/php-di": "^6.4",
|
||||
"slim/psr7": "^1.5",
|
||||
"slim/slim": "^4.10"
|
||||
"slim/slim": "^4.10",
|
||||
"vlucas/phpdotenv": "^5.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"jangregor/phpstan-prophecy": "^1.0.0",
|
||||
|
Reference in New Issue
Block a user