From 7aed19a49cad05f8e499c005785d7b15814abbd7 Mon Sep 17 00:00:00 2001 From: Dominik Schwind Date: Sun, 31 Jul 2022 19:22:25 +0200 Subject: [PATCH] Updated the requirements to the next highest version --- README.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c445ee1..667c1ae 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Packagist Version](https://img.shields.io/packagist/v/php-weather/brightsky) ![GitHub Release Date](https://img.shields.io/github/release-date/php-weather/brightsky) -![GitHub commits since tagged version](https://img.shields.io/github/commits-since/php-weather/brightsky/0.2.0) +![GitHub commits since tagged version](https://img.shields.io/github/commits-since/php-weather/brightsky/0.3.0) ![GitHub last commit](https://img.shields.io/github/last-commit/php-weather/brightsky) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/php-weather/brightsky/PHP%20Composer) ![GitHub](https://img.shields.io/github/license/php-weather/brightsky) diff --git a/composer.json b/composer.json index d825839..f5a7a16 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ "require": { "php": "8.0.*|8.1.*", "ext-json": "*", - "php-weather/http-provider": "dev-main", - "php-weather/common": "dev-main" + "php-weather/http-provider": "0.3.*", + "php-weather/common": "0.3.*" }, "require-dev": { "jetbrains/phpstorm-attributes": "^1.0",