Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
review.typo3.org
gerrit
Commits
878f9663
Commit
878f9663
authored
Nov 21, 2020
by
Stephan Großberndt
Browse files
[BUGFIX] Show response content from packagist instead of "Array"
parent
72eab3ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/hooks/change-merged.d/update-packagist.org.phpsh
View file @
878f9663
...
...
@@ -43,7 +43,7 @@ if ($result === 0 && !empty($composerJson)) {
exec
(
$url
,
$result
);
echo
PHP_EOL
.
'Update '
.
$composerJson
->
name
.
' on packagist.org returned: '
.
$result
.
PHP_EOL
;
echo
PHP_EOL
.
'Update '
.
$composerJson
->
name
.
' on packagist.org returned: '
.
var_export
(
$result
,
true
)
.
PHP_EOL
;
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment