Skip to content

Commit b956a80

Browse files
authored
Merge pull request #325 from sboldyreva/php-2
PHP minor updates
2 parents 98eb75e + 4e31286 commit b956a80

File tree

5 files changed

+22
-23
lines changed

5 files changed

+22
-23
lines changed

docs/.vuepress/components/ELSTechnology.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -765,17 +765,17 @@ const techData = [
765765
{
766766
name: "Laravel",
767767
versions: "8 | 10 | 11",
768-
link: "./php-libraries/",
768+
link: "./laravel/",
769769
},
770770
{
771771
name: "Livewire",
772772
versions: "3.x",
773-
link: "./php-libraries/",
773+
link: "./livewire/",
774774
},
775775
{
776776
name: "Symfony Process",
777777
versions: "5.x | 6.x",
778-
link: "./php-libraries/",
778+
link: "./symfony-process/",
779779
},
780780
],
781781
},

docs/els-for-libraries/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ All updates are delivered at a fixed price for the full term of your contract, e
5353

5454
## Technical Support
5555

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).
5857

5958
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.
6059

docs/els-for-libraries/laravel/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Endless Lifecycle Support (ELS) for Laravel from TuxCare provides security fixes
88

99
Other versions upon request.
1010

11-
## Connection to ELS for PHP Libraries Repository
11+
## Connection to ELS for Laravel Repository
1212

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.
1414

1515
### Step 1: Get user credentials
1616

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]).
1818

1919
### Step 2: Configure Composer authentication
2020

@@ -40,7 +40,7 @@ You need a username and password in order to use TuxCare ELS for PHP Libraries r
4040
4141
</CodeWithCopy>
4242
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`.
4444
4545
<CodeTabs :tabs="[
4646
{ title: 'Composer CLI', content: `composer config --global --auth http-basic.nexus.repo.tuxcare.com USERNAME PASSWORD` },
@@ -67,7 +67,7 @@ Install the TuxCare-maintained Laravel release that matches your project:
6767
{ title: 'composer.json', content: laraveljson }
6868
]" />
6969
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.**
7171
7272
If you edited `composer.json` manually, run `composer update` to install the package:
7373
@@ -85,7 +85,7 @@ Composer will resolve dependencies against the TuxCare repository and install th
8585

8686
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.
8787

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/).
8989

9090
## How to Upgrade to a Newer Version
9191

docs/els-for-libraries/livewire/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Endless Lifecycle Support (ELS) for Livewire from TuxCare provides security fixe
88

99
Other versions upon request.
1010

11-
## Connection to ELS for PHP Libraries Repository
11+
## Connection to ELS for Livewire Repository
1212

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.
1414

1515
### Step 1: Get user credentials
1616

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]).
1818

1919
### Step 2: Configure Composer authentication
2020

@@ -40,7 +40,7 @@ You need a username and password in order to use TuxCare ELS for PHP Libraries r
4040
4141
</CodeWithCopy>
4242
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`.
4444
4545
<CodeTabs :tabs="[
4646
{ title: 'Composer CLI', content: `composer config --global --auth http-basic.nexus.repo.tuxcare.com USERNAME PASSWORD` },
@@ -67,7 +67,7 @@ Install the TuxCare-maintained Livewire release that matches your project:
6767
{ title: 'composer.json', content: livewirejson }
6868
]" />
6969
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.**
7171
7272
If you edited `composer.json` manually, run `composer update` to install the package:
7373
@@ -85,7 +85,7 @@ Composer will resolve dependencies against the TuxCare repository and install th
8585

8686
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.
8787

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/).
8989

9090
## How to Upgrade to a Newer Version
9191

docs/els-for-libraries/symfony-process/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Endless Lifecycle Support (ELS) for Symfony Process from TuxCare provides securi
88

99
Other versions upon request.
1010

11-
## Connection to ELS for PHP Libraries Repository
11+
## Connection to ELS for Symfony Process Repository
1212

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.
1414

1515
### Step 1: Get user credentials
1616

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]).
1818

1919
### Step 2: Configure Composer authentication
2020

@@ -40,7 +40,7 @@ You need a username and password in order to use TuxCare ELS for PHP Libraries r
4040
4141
</CodeWithCopy>
4242
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`.
4444
4545
<CodeTabs :tabs="[
4646
{ title: 'Composer CLI', content: `composer config --global --auth http-basic.nexus.repo.tuxcare.com USERNAME PASSWORD` },
@@ -67,7 +67,7 @@ Install the TuxCare-maintained Symfony Process release that matches your project
6767
{ title: 'composer.json', content: symfonyjson }
6868
]" />
6969
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.**
7171
7272
If you edited `composer.json` manually, run `composer update` to install the package:
7373
@@ -85,7 +85,7 @@ Composer will resolve dependencies against the TuxCare repository and install th
8585

8686
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.
8787

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/).
8989

9090
## How to Upgrade to a Newer Version
9191

0 commit comments

Comments
 (0)