Skip to content

Commit

Permalink
Make this library compatible with XP 10
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Nov 30, 2019
1 parent c922494 commit 5c81680
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
Expand Up @@ -3,6 +3,10 @@ Web frontends change log

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

## 1.0.1 / 2019-11-30

* Made compatible with XP 10 - @thekid

## 1.0.0 / 2019-09-16

* Merged PR #10: Handlers. **Heads up**: This deprecates the `ClassesIn`
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"description" : "Web Frontends",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^9.0 | ^8.0 | ^7.0",
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-forge/web": "^1.0",
"php": ">=5.6.0"
},
"require-dev" : {
"xp-framework/unittest": "^9.0 | ^8.0 |^7.0"
"xp-framework/unittest": "^11.0 | ^10.0 | ^9.0 | ^8.0 |^7.0"
},
"autoload" : {
"files" : ["src/main/php/autoload.php"]
Expand Down

0 comments on commit 5c81680

Please sign in to comment.