Skip to content

Commit

Permalink
chore: updated composer required libs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepimpao committed Apr 30, 2024
1 parent 8f8cca5 commit 0abba16
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,28 @@
"name": "programmatordev/openweathermap-php-api",
"description": "OpenWeatherMap PHP library that provides convenient access to the OpenWeatherMap API",
"type": "library",
"keywords": ["OpenWeatherMap", "API", "PHP", "PHP8", "SDK", "PSR-18", "PSR-17", "PSR-6", "PSR-3"],
"keywords": ["openweathermap", "api", "php", "php8", "sdk", "psr-18", "psr-17", "psr-6", "psr-3"],
"license": "MIT",
"authors": [
{
"name": "André Pimpão",
"email": "[email protected]",
"homepage": "https://programmator.dev/"
"homepage": "https://programmator.dev"
}
],
"require": {
"php": ">=8.1",
"php-http/cache-plugin": "^1.8",
"php-http/client-common": "^2.7",
"php-http/discovery": "^1.18",
"php-http/logger-plugin": "^1.3",
"programmatordev/yet-another-php-validator": "^0.5",
"psr/cache": "^2.0 || ^3.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/log": "^2.0 || ^3.0",
"symfony/options-resolver": "^6.3"
"programmatordev/php-api-sdk": "^0.1.0",
"programmatordev/yet-another-php-validator": "^1.1"
},
"require-dev": {
"monolog/monolog": "^3.4",
"monolog/monolog": "^3.6",
"nyholm/psr7": "^1.8",
"php-http/mock-client": "^1.6",
"phpunit/phpunit": "^10.0",
"symfony/cache": "^6.3",
"symfony/http-client": "^6.3",
"symfony/var-dumper": "^6.3"
"phpunit/phpunit": "^10.5",
"symfony/cache": "^6.4",
"symfony/http-client": "^6.4",
"symfony/var-dumper": "^6.4"
},
"provide": {
"psr/http-client-implementation": "1.0",
Expand Down

0 comments on commit 0abba16

Please sign in to comment.