Skip to content

Commit

Permalink
Drop XP <= 9, XP 12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Mar 24, 2024
1 parent 4721cf4 commit 180a23d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ Dependency injection for the XP Framework change log

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

* Added PHP 8.4 to the test matrix - @thekid

## 6.0.0 / ????-??-??
## 6.0.0 / 2024-03-24

* Dropped support for XP <= 9, see xp-framework/rfc#341 - @thekid
* Made compatible with XP 12 - @thekid
* Added PHP 8.4 to the test matrix - @thekid
* Merged PR #30: Migrate to new reflection API - @thekid

## 5.5.0 / 2023-07-30
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"description" : "Dependency injection for the XP Framework",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/reflection": "^2.0",
"xp-framework/core": "^12.0 | ^11.0 | ^10.0",
"xp-framework/reflection": "^3.0 | ^2.0",
"php" : ">=7.0.0"
},
"require-dev" : {
"xp-framework/test": "^1.0"
"xp-framework/test": "^2.0 | ^1.0"
},
"autoload" : {
"files" : ["src/main/php/autoload.php"]
Expand Down

0 comments on commit 180a23d

Please sign in to comment.