Skip to content

Commit

Permalink
accept all 3.x versions of craft
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed Feb 6, 2019
1 parent 7a66b29 commit cac258e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All Notable changes to `flipboxfactory/craft-psr3` will be documented in this file

## 1.1.0 - 2019-02-06
### Changed
- Updated composer Craft dependency version to accept all 3.x versions.

## 1.0.0 - 2018-04-25
- Production release

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flipboxfactory/craft-psr3",
"description": "PSR-3 Logger for Craft CMS",
"version": "1.0.0",
"version": "1.1.0",
"keywords": [
"psr-3",
"psr3",
Expand All @@ -19,7 +19,7 @@
"require": {
"php": ">=7.0",
"psr/log": "^1.0.1",
"craftcms/cms": "~3.0.0"
"craftcms/cms": "~3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
Expand Down

0 comments on commit cac258e

Please sign in to comment.