Skip to content

Commit

Permalink
Implement xp-framework/rfc#341: Drop XP 9 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Dec 21, 2021
1 parent 527bbc9 commit 2c4dd88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ XP AST ChangeLog

## 8.0.0 / ????-??-??

* Implemented xp-framework/rfc#341: Drop XP 9 compatibility - @thekid
* Merged PR #33: Refactor apidoc comments from bare strings to Comment
instances.
(@thekid)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"description" : "AST for the XP Framework",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/core": "^11.0 | ^10.0",
"php" : ">=7.0.0"
},
"require-dev" : {
"xp-framework/unittest": "^11.0 | ^10.0 | ^9.3"
"xp-framework/unittest": "^11.0 | ^10.0"
},
"autoload" : {
"files" : ["src/main/php/autoload.php"]
Expand Down

0 comments on commit 2c4dd88

Please sign in to comment.