Skip to content

Commit 6db528c

Browse files
committed
Add forward compatibility for composer
1 parent 48c84d8 commit 6db528c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"description" : "Big number handling",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^8.0 | ^7.0 | ^6.5",
9+
"xp-framework/core": "^9.0 | ^8.0 | ^7.0 | ^6.5",
1010
"php" : ">=5.5.0"
1111
},
1212
"require-dev" : {
13-
"xp-framework/unittest": "^7.0 | ^6.5"
13+
"xp-framework/unittest": "^9.0 | ^8.0 | ^7.0 | ^6.5"
1414
},
1515
"autoload" : {
1616
"files" : ["src/main/php/autoload.php"]

0 commit comments

Comments
 (0)