Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.

Commit 86193dc

Browse files
committed
Ensure we have XP framework core >= 9.1.0
Includes fix for casting lang.XPClass::newInstance() via function types See xp-framework/core#183
1 parent df4d344 commit 86193dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description" : "REST Client and Server APIs for the XP Framework",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^9.0 | ^8.0 | ^7.0 | ^6.5",
9+
"xp-framework/core": "^9.1 | ^8.0 | ^7.0 | ^6.5",
1010
"xp-framework/http": "^9.0 | ^8.0 | ^7.0 | ^6.2",
1111
"xp-framework/xml": "^9.0 | ^8.0 | ^7.0 | ^6.0",
1212
"xp-framework/scriptlet": "^9.0 | ^8.0.1",

0 commit comments

Comments
 (0)