We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b68eb commit 73f098dCopy full SHA for 73f098d
composer.json
@@ -6,11 +6,11 @@
6
"description" : "Rest API",
7
"keywords": ["module", "xp"],
8
"require" : {
9
- "xp-framework/core": "^12.0 | ^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
+ "xp-framework/core": "^12.0 | ^11.0 | ^10.0",
10
"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",
+ "xp-forge/web": "^4.0",
+ "xp-forge/marshalling": "^2.0",
+ "xp-forge/json": "^6.0 | ^5.0",
14
"php": ">=7.4.0"
15
},
16
"require-dev" : {
0 commit comments