Skip to content

Commit 2cee8aa

Browse files
committed
updated aeon-php/calendar dependency to >=0.4.0
1 parent 2f89262 commit 2cee8aa

File tree

3 files changed

+90
-19
lines changed

3 files changed

+90
-19
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Unreleased
9+
10+
## [0.2.0] - 2020-08-18
11+
- updated aeon-php/calendar dependency to >=0.4.0
12+
813
## [0.1.0] - 2020-08-07
914
### First release :tada:
1015
- initial release

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"minimum-stability": "dev",
88
"require": {
99
"php": ">=7.4.2",
10-
"aeon-php/calendar": "^0.3.0",
10+
"aeon-php/calendar": ">=0.4.0",
1111
"twig/twig": "^1.42|^2.10|^3"
1212
},
1313
"require-dev": {

composer.lock

Lines changed: 84 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)