Skip to content

Commit

Permalink
Fix composer script
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Mar 22, 2023
1 parent 1e459ec commit b4bcee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
],
"post-update-cmd": [
"Chamilo\\CoreBundle\\Composer\\ScriptHandler::dumpCssFiles",
"generateDoctrineProxies"
"Chamilo\\CoreBundle\\Composer\\ScriptHandler::generateDoctrineProxies"
],
"update-css": "Chamilo\\CoreBundle\\Composer\\ScriptHandler::updateCss"
},
Expand Down

2 comments on commit b4bcee9

@juancarlosgd
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when running composer update, the script execution is stopped due to the call of cli-config.php which requires configuration.php. This configuration script is only available when installing chamilo from the web.

@AngelFQC
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @juancarlosgd
Fixed here fdd1c83

Please sign in to comment.