Skip to content

Commit

Permalink
Merge branch 'release/0.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
lostfocus committed Dec 17, 2022
2 parents f8d4c51 + 64dd0d6 commit 78e9dbc
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: PHP Composer

on:
push:
branches: [ "main" ]
branches: [ "main", "develop" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "develop" ]

permissions:
contents: read
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2022-12-17

### Changed

* Switched from `php-weather/common` to `php-weather/core`
* Changed the required PHP version
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# PHP Weather Provider for Open Meteo

![Packagist Version](https://img.shields.io/packagist/v/php-weather/open-meteo)
![PHP Weather Common Version](https://img.shields.io/badge/phpweather--common-0.3.*-brightgreen)
![PHP Weather HTTP Provider Version](https://img.shields.io/badge/phpweather--http--provider-0.4.*-brightgreen)
![PHP Weather Common Version](https://img.shields.io/badge/phpweather--core-0.4.*-brightgreen)
![PHP Weather HTTP Provider Version](https://img.shields.io/badge/phpweather--http--provider-0.5.*-brightgreen)
![GitHub Release Date](https://img.shields.io/github/release-date/php-weather/open-meteo)
![GitHub commits since tagged version](https://img.shields.io/github/commits-since/php-weather/open-meteo/0.2.0)
![GitHub commits since tagged version](https://img.shields.io/github/commits-since/php-weather/open-meteo/0.3.0)
![GitHub last commit](https://img.shields.io/github/last-commit/php-weather/open-meteo)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/php-weather/open-meteo/PHP%20Composer)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/php-weather/open-meteo/php.yml?branch=main)
![GitHub](https://img.shields.io/github/license/php-weather/open-meteo)
![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/php-weather/open-meteo)

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
}
],
"require": {
"php": "8.0.*|8.1.*",
"php": "^8",
"ext-json": "*",
"php-weather/http-provider": "0.4.*",
"php-weather/common": "0.3.*"
"php-weather/http-provider": "0.5.*",
"php-weather/core": "0.4.*"
},
"require-dev": {
"jetbrains/phpstorm-attributes": "^1.0",
Expand Down

0 comments on commit 78e9dbc

Please sign in to comment.