Skip to content

Commit

Permalink
Forward compatibility: Declare xp-framework/logging dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Dec 20, 2015
1 parent 35941df commit 019b938
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ HandleBars change log

## ?.?.? / ????-??-??

## 1.0.1 / 2015-12-20

* Declared dependency on xp-framework/logging, which has since been
extracted from XP core.
(@thekid)

## 1.0.0 / 2015-12-14

* **Heads up**: Changed minimum XP version to XP 6.5.0, and with it the
Expand Down
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
"require" : {
"xp-framework/core": "^6.5",
"xp-forge/mustache": "^1.4.0",
"xp-framework/logging": "^6.5",
"php" : ">=5.5.0"
},
"require-dev" : {
"xp-framework/unittest": "^6.5"
},
"autoload" : {
"files" : ["src/main/php/autoload.php"]
}
Expand Down

0 comments on commit 019b938

Please sign in to comment.