Skip to content

Commit

Permalink
updated aeon-php/calendar dependency to >=0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Aug 18, 2020
1 parent d380dce commit b1ca93e
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 26 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.2.0] - 2020-08-18
### Changed
- updated aeon-php/calendar dependency to >=0.4.0

## [0.1.0] - 2020-08-09
### First release :tada:
- initial release
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"prefer-stable": true,
"require": {
"php": ">=7.4.2",
"aeon-php/calendar": "^0.3.0"
"aeon-php/calendar": ">=0.4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"aeon-php/calendar-holidays": "^0.1.0"
"aeon-php/calendar-holidays": ">=0.2.0"
},
"license": "MIT",
"autoload": {
Expand Down
99 changes: 75 additions & 24 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1ca93e

Please # to comment.