Skip to content

Commit

Permalink
Drop support for XP <= 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Oct 24, 2021
1 parent e157fb2 commit 4005cfd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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 @@ XML streams to objects

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

## 4.0.0 / 2021-10-24

* Made library compatible with XP 11, dropped XP 9 (and lower versions)
(@thekid)
* Merged PR #6: Add new `util.address.ObjectOf`. It replaces the old
*CreationOf* API, which requires objects to have a `with()` method
returning an *InstanceCreation* instance
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
"description" : "Creates objects from XML input streams while parsing them.",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/core": "^11.0 | ^10.0",
"xp-framework/reflection": "^1.0",
"xp-framework/tokenize": "^9.0 | ^8.0 | ^7.0",
"xp-framework/collections": "^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/tokenize": "^9.0 | ^8.1",
"php" : ">=7.0.0"
},
"require-dev" : {
"xp-framework/unittest": "^11.0 | ^10.0"
"xp-framework/unittest": "^11.0 | ^10.1"
},
"autoload" : {
"files" : ["src/main/php/autoload.php"]
Expand Down

0 comments on commit 4005cfd

Please sign in to comment.