Skip to content

Commit

Permalink
Implement xp-framework/rfc#341: Drop support for XP 9 and lower
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Mar 23, 2023
1 parent 5b436f9 commit c280626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Markdown for XP Framework ChangeLog

## 7.0.0 / 2023-03-23

* Implemented xp-framework/rfc#341: Drop support for XP 9 and lower
(@thekid)
* Merged PR #14: Spec compliance testing. Not run in the test suite yet!
(@thekid)
* **Heads up:** No longer use the `lang` attribute on `<code>`. Instead,
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description" : "Markdown",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0 | ^6.5",
"xp-framework/core": "^11.0 | ^10.0",
"php" : ">=7.0.0"
},
"require-dev" : {
Expand Down

0 comments on commit c280626

Please sign in to comment.