You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `vendor/package` with the needed package (`laravel/framework`, `livewire/livewire`, or `symfony/process`)
77
-
* `VERSION-pN+tuxcare` with the exact version listed in your TuxCare Nexus account provided by sales. `pN` stands for TuxCare patch number.
73
+
* `vendor/package` with the needed package (`laravel/framework`, `livewire/livewire`, or `symfony/process`);
74
+
* `VERSION-pN+tuxcare` with the exact version listed in your TuxCare Nexus account. `pN` stands for TuxCare patch number.
78
75
79
-
* To upgrade to a newer TuxCare build, keep the repository configured and run:
76
+
**Please refer to the following examples to install the needed libraries. Check the exact version listed in your TuxCare Nexus account to ensure you receive the most recent patched release.**
Composer will resolve dependencies against the TuxCare repository and install the patched releases.
87
+
</template>
90
88
91
-
## Package-specific guidance
89
+
<template #Livewire>
92
90
93
-
Please refer to these examples of `require` commands to install the needed libraries. Check the exact version listed in your TuxCare Nexus account to ensure you receive the most recent patched release.
* Composer will resolve dependencies against the TuxCare repository and install the patched releases.
120
+
125
121
### Conclusion
126
122
127
123
You've successfully integrated the TuxCare ELS for PHP Libraries repository into your project. You can now benefit from the secure and vetted PHP libraries it provides.
128
124
129
125
## Vulnerability Exploitability eXchange (VEX)
130
126
131
-
VEX is a machine-readable format that tells you if a known vulnerability is actually exploitable in your product. It reduces false positives, helps prioritize real risks.
127
+
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.
132
128
133
129
TuxCare provides VEX for PHP Libraries ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_php/](https://security.tuxcare.com/vex/cyclonedx/els_lang_php/).
134
130
135
131
## How to Upgrade to a Newer Version of TuxCare Packages
136
132
137
-
If you have already installed a TuxCare package and want to upgrade to a newer release, update the version string in your `composer.json` file or run the `composer require` command with the new version:
133
+
* If you have already installed a TuxCare package and want to upgrade to a newer release, update the version string in your `composer.json` file or run the `composer require` command with the new version:
0 commit comments