Skip to content

Commit 73bb29b

Browse files
committed
remove kba-team/typecast from requirements and add it to suggestions
1 parent 90b1437 commit 73bb29b

File tree

2 files changed

+5
-42
lines changed

2 files changed

+5
-42
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
2020
"php": ">=5.5.0",
2121
"ext-json": "*",
2222
"php-sap/interfaces": "^1.0",
23-
"psr/container": "^1.0",
24-
"kba-team/typecast": "^1.0"
23+
"psr/container": "^1.0"
24+
},
25+
"suggest": {
26+
"kba-team/typecast": "Automatically typecast the return values of a SAP remote function call when extending AbstractRemoteFunctionCall."
2527
},
2628
"autoload": {
2729
"psr-4": {

composer.lock

Lines changed: 1 addition & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)