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
Copy file name to clipboardExpand all lines: docs/els-for-libraries/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,7 @@ All updates are delivered at a fixed price for the full term of your contract, e
53
53
54
54
## Technical Support
55
55
56
-
TuxCare provides technical support according to the:
57
-
* Standard [support policy](https://tuxcare.com/TuxCare-support-policy.pdf)
56
+
TuxCare provides technical support according to the standard [support policy](https://tuxcare.com/TuxCare-support-policy.pdf).
58
57
59
58
It delivers 24/7/365 access to the TuxCare’s support team through the [TuxCare Support Portal](https://tuxcare.com/support-portal/) and to the TuxCare’s online knowledge base.
Copy file name to clipboardExpand all lines: docs/els-for-libraries/laravel/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ Endless Lifecycle Support (ELS) for Laravel from TuxCare provides security fixes
8
8
9
9
Other versions upon request.
10
10
11
-
## Connection to ELS for PHP Libraries Repository
11
+
## Connection to ELS for Laravel Repository
12
12
13
-
This guide outlines the steps needed to integrate the TuxCare ELS for PHP Libraries repository into your Laravel application. The repository provides trusted PHP libraries that can be easily integrated into your **Composer** projects.
13
+
This guide outlines the steps needed to integrate the TuxCare ELS for Laravel repository into your Laravel application. The repository provides trusted Laravel framework versions that can be easily integrated into your **Composer** projects.
14
14
15
15
### Step 1: Get user credentials
16
16
17
-
You need a username and password in order to use TuxCare ELS for PHP Libraries repository. Anonymous access is disabled. To receive the credentials, please contact [[email protected]](mailto:[email protected]).
17
+
You need a username and password in order to use TuxCare ELS for Laravel repository. Anonymous access is disabled. To receive the credentials, please contact [[email protected]](mailto:[email protected]).
18
18
19
19
### Step 2: Configure Composer authentication
20
20
@@ -40,7 +40,7 @@ You need a username and password in order to use TuxCare ELS for PHP Libraries r
40
40
41
41
</CodeWithCopy>
42
42
43
-
2. Use either the Composer CLI or edit `auth.json` directly add your credentials for `nexus.repo.tuxcare.com`.
43
+
2. Use either the Composer CLI or edit `auth.json` directly to add your credentials for `nexus.repo.tuxcare.com`.
@@ -67,7 +67,7 @@ Install the TuxCare-maintained Laravel release that matches your project:
67
67
{ title: 'composer.json', content: laraveljson }
68
68
]" />
69
69
70
-
**Please check the exact version listed in your TuxCare Nexus account to ensure you receive the most recent patched release.**
70
+
**Check the exact version listed in your TuxCare Nexus account to ensure you receive the most recent patched release.**
71
71
72
72
If you edited `composer.json` manually, run `composer update` to install the package:
73
73
@@ -85,7 +85,7 @@ Composer will resolve dependencies against the TuxCare repository and install th
85
85
86
86
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.
87
87
88
-
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/).
88
+
TuxCare provides VEX for Laravel ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_php/laravel-framework/](https://security.tuxcare.com/vex/cyclonedx/els_lang_php/laravel-framework/).
Copy file name to clipboardExpand all lines: docs/els-for-libraries/livewire/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ Endless Lifecycle Support (ELS) for Livewire from TuxCare provides security fixe
8
8
9
9
Other versions upon request.
10
10
11
-
## Connection to ELS for PHP Libraries Repository
11
+
## Connection to ELS for Livewire Repository
12
12
13
-
This guide outlines the steps needed to integrate the TuxCare ELS for PHP Libraries repository into your Livewire application. The repository provides trusted PHP libraries that can be easily integrated into your **Composer** projects.
13
+
This guide outlines the steps needed to integrate the TuxCare ELS for Livewire repository into your Livewire application. The repository provides trusted Livewire packages that can be easily integrated into your **Composer** projects.
14
14
15
15
### Step 1: Get user credentials
16
16
17
-
You need a username and password in order to use TuxCare ELS for PHP Libraries repository. Anonymous access is disabled. To receive the credentials, please contact [[email protected]](mailto:[email protected]).
17
+
You need a username and password in order to use TuxCare ELS for Livewire repository. Anonymous access is disabled. To receive the credentials, please contact [[email protected]](mailto:[email protected]).
18
18
19
19
### Step 2: Configure Composer authentication
20
20
@@ -40,7 +40,7 @@ You need a username and password in order to use TuxCare ELS for PHP Libraries r
40
40
41
41
</CodeWithCopy>
42
42
43
-
2. Use either the Composer CLI or edit `auth.json` directly add your credentials for `nexus.repo.tuxcare.com`.
43
+
2. Use either the Composer CLI or edit `auth.json` directly to add your credentials for `nexus.repo.tuxcare.com`.
@@ -67,7 +67,7 @@ Install the TuxCare-maintained Livewire release that matches your project:
67
67
{ title: 'composer.json', content: livewirejson }
68
68
]" />
69
69
70
-
**Please check the exact version listed in your TuxCare Nexus account to ensure you receive the most recent patched release.**
70
+
**Check the exact version listed in your TuxCare Nexus account to ensure you receive the most recent patched release.**
71
71
72
72
If you edited `composer.json` manually, run `composer update` to install the package:
73
73
@@ -85,7 +85,7 @@ Composer will resolve dependencies against the TuxCare repository and install th
85
85
86
86
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.
87
87
88
-
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/).
88
+
TuxCare provides VEX for Livewire ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_php/livewire/](https://security.tuxcare.com/vex/cyclonedx/els_lang_php/livewire/).
Copy file name to clipboardExpand all lines: docs/els-for-libraries/symfony-process/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ Endless Lifecycle Support (ELS) for Symfony Process from TuxCare provides securi
8
8
9
9
Other versions upon request.
10
10
11
-
## Connection to ELS for PHP Libraries Repository
11
+
## Connection to ELS for Symfony Process Repository
12
12
13
-
This guide outlines the steps needed to integrate the TuxCare ELS for PHP Libraries repository into your application. The repository provides trusted PHP libraries that can be easily integrated into your **Composer** projects.
13
+
This guide outlines the steps needed to integrate the TuxCare ELS for Symfony Process repository into your application. The repository provides trusted Symfony Process packages that can be easily integrated into your **Composer** projects.
14
14
15
15
### Step 1: Get user credentials
16
16
17
-
You need a username and password in order to use TuxCare ELS for PHP Libraries repository. Anonymous access is disabled. To receive the credentials, please contact [[email protected]](mailto:[email protected]).
17
+
You need a username and password in order to use TuxCare ELS for Symfony Process repository. Anonymous access is disabled. To receive the credentials, please contact [[email protected]](mailto:[email protected]).
18
18
19
19
### Step 2: Configure Composer authentication
20
20
@@ -40,7 +40,7 @@ You need a username and password in order to use TuxCare ELS for PHP Libraries r
40
40
41
41
</CodeWithCopy>
42
42
43
-
2. Use either the Composer CLI or edit `auth.json` directly add your credentials for `nexus.repo.tuxcare.com`.
43
+
2. Use either the Composer CLI or edit `auth.json` directly to add your credentials for `nexus.repo.tuxcare.com`.
@@ -67,7 +67,7 @@ Install the TuxCare-maintained Symfony Process release that matches your project
67
67
{ title: 'composer.json', content: symfonyjson }
68
68
]" />
69
69
70
-
**Please check the exact version listed in your TuxCare Nexus account to ensure you receive the most recent patched release.**
70
+
**Check the exact version listed in your TuxCare Nexus account to ensure you receive the most recent patched release.**
71
71
72
72
If you edited `composer.json` manually, run `composer update` to install the package:
73
73
@@ -85,7 +85,7 @@ Composer will resolve dependencies against the TuxCare repository and install th
85
85
86
86
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.
87
87
88
-
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/).
88
+
TuxCare provides VEX for Symfony Process ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_php/symfony-process/](https://security.tuxcare.com/vex/cyclonedx/els_lang_php/symfony-process/).
0 commit comments