Update PHPELS Documentation#360
Merged
sboldyreva merged 4 commits intocloudlinux:masterfrom Jan 5, 2026
Merged
Conversation
sboldyreva
reviewed
Dec 24, 2025
Comment on lines
+93
to
+103
| ```json | ||
| { | ||
| "repositories": [ | ||
| { | ||
| "type": "composer", | ||
| "url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/", | ||
| "canonical": false | ||
| } | ||
| ] | ||
| } | ||
| ``` |
Collaborator
There was a problem hiding this comment.
Suggested change
| ```json | |
| { | |
| "repositories": [ | |
| { | |
| "type": "composer", | |
| "url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/", | |
| "canonical": false | |
| } | |
| ] | |
| } | |
| ``` | |
| <CodeWithCopy> | |
| ```text | |
| { | |
| "repositories": [ | |
| { | |
| "type": "composer", | |
| "url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/", | |
| "canonical": false | |
| } | |
| ] | |
| } |
sboldyreva
reviewed
Dec 24, 2025
Comment on lines
+86
to
+91
| If you encounter dependency resolution errors like: | ||
| "packages from higher priority repository do not match your constraint" | ||
|
|
||
| This occurs when your project requires a version of a dependency that is not yet available in the TuxCare repository. | ||
|
|
||
| SOLUTION: Update your `composer.json` to set the TuxCare repository as non-canonical: |
Collaborator
There was a problem hiding this comment.
Suggested change
| If you encounter dependency resolution errors like: | |
| "packages from higher priority repository do not match your constraint" | |
| This occurs when your project requires a version of a dependency that is not yet available in the TuxCare repository. | |
| SOLUTION: Update your `composer.json` to set the TuxCare repository as non-canonical: | |
| If you encounter dependency resolution errors like: | |
| `packages from higher priority repository do not match your constraint` | |
| it usually means your project requires a package version that is not yet available in the TuxCare repository. | |
| **Solution**: Update your `composer.json` to set the TuxCare repository as non-canonical: |
sboldyreva
reviewed
Dec 24, 2025
|
|
||
| ## Supported Versions | ||
|
|
||
| * **Dompdf** 1.2.2, 0.8.6 |
Collaborator
There was a problem hiding this comment.
Suggested change
| * **Dompdf** 1.2.2, 0.8.6 | |
| * **Dompdf** 0.8.6, 1.2.2 |
sboldyreva
reviewed
Dec 24, 2025
|
|
||
| VEX is a machine-readable format that tells you if a known vulnerability is actually exploitable in your product. It reduces false positives and helps prioritize real risks. | ||
|
|
||
| TuxCare provides VEX for Dompdf ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_php/dompdf/](https://security.tuxcare.com/vex/cyclonedx/els_lang_php/dompdf/). |
sboldyreva
reviewed
Dec 24, 2025
|
|
||
| <TableTabs label="Choose Dompdf version: "> | ||
|
|
||
| <template #Dompdf1.2> |
Collaborator
There was a problem hiding this comment.
Suggested change
| <template #Dompdf1.2> | |
| <template #Dompdf_1.2> |
sboldyreva
reviewed
Dec 24, 2025
|
|
||
| VEX is a machine-readable format that tells you if a known vulnerability is actually exploitable in your product. It reduces false positives and helps prioritize real risks. | ||
|
|
||
| TuxCare provides VEX for League CommonMark ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_php/league-commonmark/](https://security.tuxcare.com/vex/cyclonedx/els_lang_php/league-commonmark/). |
sboldyreva
reviewed
Dec 24, 2025
|
|
||
| <TableTabs label="Choose Symfony component: " > | ||
|
|
||
| <template #SymfonyProcess> |
Collaborator
There was a problem hiding this comment.
Suggested change
| <template #SymfonyProcess> | |
| <template #Symfony_Process> |
sboldyreva
reviewed
Dec 24, 2025
|
|
||
| </template> | ||
|
|
||
| <template #SymfonyHttpFoundation> |
Collaborator
There was a problem hiding this comment.
Suggested change
| <template #SymfonyHttpFoundation> | |
| <template #Symfony_HttpFoundation> |
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.
No description provided.