Skip to content

Commit 73f098d

Browse files
committed
Upgrade dependencies' constraints
1 parent d0b68eb commit 73f098d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"description" : "Rest API",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^12.0 | ^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
9+
"xp-framework/core": "^12.0 | ^11.0 | ^10.0",
1010
"xp-framework/reflection": "^3.0 | ^2.0",
11-
"xp-forge/web": "^4.0 | ^3.0 | ^2.0 | ^1.0",
12-
"xp-forge/marshalling": "^2.0 | ^1.0",
13-
"xp-forge/json": "^5.0 | ^4.0 | ^3.1",
11+
"xp-forge/web": "^4.0",
12+
"xp-forge/marshalling": "^2.0",
13+
"xp-forge/json": "^6.0 | ^5.0",
1414
"php": ">=7.4.0"
1515
},
1616
"require-dev" : {

0 commit comments

Comments
 (0)