Fix common dependencies check exception when composer.json has no dependencies - #50
Merged
Merged
Conversation
This was referenced Dec 31, 2025
froozeify
marked this pull request as ready for review
December 31, 2025 14:42
Contributor
Is |
Member
Author
|
@Rom1-B I'd rather keep it as it should still be used for the autoload for example. I have updated the composer.json in plugin empty so the plugin tests autoload is configured for new plugin https://github.com/pluginsGLPI/empty/pull/57/changes#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34 |
…s like in whatsapp now) but still display other jq syntax error
cedric-anne
reviewed
Jan 5, 2026
Co-authored-by: Cédric Anne <cedric.anne@gmail.com>
Member
|
Waiting for the tools to be merged into GLPI due to the readme file changes. |
cedric-anne
marked this pull request as draft
January 5, 2026 13:20
Rom1-B
approved these changes
Jan 26, 2026
stonebuzz
approved these changes
Jan 26, 2026
cedric-anne
reviewed
Jan 26, 2026
Co-authored-by: Cédric Anne <cedric.anne@gmail.com>
froozeify
marked this pull request as ready for review
February 4, 2026 09:22
cedric-anne
approved these changes
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In GLPI 11.0.6, tools will now be natively in GLPI.
This reveal a possible bug that could impact current and future implementation.
composer.json with no requirement will make the CI to crash at the step
Check for common dependenciesWhatsapp plugin got a dedicated PR to test the modification (see in the feed under for the link)