Skip to content

[PHP5.4] Need help in setup pls #7017

Closed Answered by Kazeshini94
Kazeshini94 asked this question in Q&A
Discussion options

You must be logged in to vote

Found the Solution in Ticket #4905
Solution:

$packages = isset($composerInstalled['packages']) ? $composerInstalled['packages'] : $composerInstalled;

foreach ($packages as $package) { 

instead of

foreach ($composerInstalled as $package) {

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Kazeshini94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
1 participant
Converted from issue

This discussion was converted from issue #7016 on June 01, 2023 14:12.