Skip to content

Commit 6bc7894

Browse files
authored
Merge pull request #407 from bgashebr/master
fix: change repo name from `els_php_custom1` to `els_php`
2 parents e43b779 + f391b59 commit 6bc7894

File tree

12 files changed

+48
-48
lines changed

12 files changed

+48
-48
lines changed

docs/els-for-libraries/aws-sdk-php/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You need a username and password in order to use the TuxCare ELS for AWS SDK for
5151
5252
### Step 3: Register the TuxCare repository
5353
54-
Add the `els_php_custom1` Composer repository either via CLI or by editing `composer.json`:
54+
Add the `els_php` Composer repository either via CLI or by editing `composer.json`:
5555
5656
<CodeTabs :tabs="[
5757
{ title: 'Composer CLI', content: cli },
@@ -98,7 +98,7 @@ it usually means your project requires a package version that is not yet availab
9898
"repositories": [
9999
{
100100
"type": "composer",
101-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
101+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
102102
"canonical": false
103103
}
104104
]
@@ -172,7 +172,7 @@ const composerjson =
172172
"repositories": [
173173
{
174174
"type": "composer",
175-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
175+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
176176
"options": {
177177
"http": {
178178
"verify": true
@@ -183,7 +183,7 @@ const composerjson =
183183
}`
184184

185185
const cli =
186-
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php_custom1/","options":{"http":{"verify":true}}}' --json`
186+
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php/","options":{"http":{"verify":true}}}' --json`
187187

188188
const pkgjson =
189189
`{

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You need a username and password in order to use TuxCare ELS for Browsershot rep
5151
5252
### Step 3: Register the TuxCare repository
5353
54-
Add the `els_php_custom1` Composer repository either via CLI or by editing `composer.json`:
54+
Add the `els_php` Composer repository either via CLI or by editing `composer.json`:
5555
5656
<CodeTabs :tabs="[
5757
{ title: 'Composer CLI', content: cli },
@@ -98,7 +98,7 @@ it usually means your project requires a package version that is not yet availab
9898
"repositories": [
9999
{
100100
"type": "composer",
101-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
101+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
102102
"canonical": false
103103
}
104104
]
@@ -176,7 +176,7 @@ const composerjson =
176176
"repositories": [
177177
{
178178
"type": "composer",
179-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
179+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
180180
"options": {
181181
"http": {
182182
"verify": true
@@ -187,7 +187,7 @@ const composerjson =
187187
}`
188188

189189
const cli =
190-
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php_custom1/","options":{"http":{"verify":true}}}' --json`
190+
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php/","options":{"http":{"verify":true}}}' --json`
191191

192192
const pkgjson =
193193
`{

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You need a username and password in order to use TuxCare ELS for CakePHP reposit
5151
5252
### Step 3: Register the TuxCare repository
5353
54-
Add the `els_php_custom1` Composer repository either via CLI or by editing `composer.json`:
54+
Add the `els_php` Composer repository either via CLI or by editing `composer.json`:
5555
5656
<CodeTabs :tabs="[
5757
{ title: 'Composer CLI', content: cli },
@@ -98,7 +98,7 @@ it usually means your project requires a package version that is not yet availab
9898
"repositories": [
9999
{
100100
"type": "composer",
101-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
101+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
102102
"canonical": false
103103
}
104104
]
@@ -173,7 +173,7 @@ const composerjson =
173173
"repositories": [
174174
{
175175
"type": "composer",
176-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
176+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
177177
"options": {
178178
"http": {
179179
"verify": true
@@ -184,7 +184,7 @@ const composerjson =
184184
}`
185185

186186
const cli =
187-
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php_custom1/","options":{"http":{"verify":true}}}' --json`
187+
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php/","options":{"http":{"verify":true}}}' --json`
188188

189189
const pkgjson =
190190
`{

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You need a username and password in order to use TuxCare ELS for Carbon reposito
5151
5252
### Step 3: Register the TuxCare repository
5353
54-
Add the `els_php_custom1` Composer repository either via CLI or by editing `composer.json`:
54+
Add the `els_php` Composer repository either via CLI or by editing `composer.json`:
5555
5656
<CodeTabs :tabs="[
5757
{ title: 'Composer CLI', content: cli },
@@ -98,7 +98,7 @@ it usually means your project requires a package version that is not yet availab
9898
"repositories": [
9999
{
100100
"type": "composer",
101-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
101+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
102102
"canonical": false
103103
}
104104
]
@@ -172,7 +172,7 @@ const composerjson =
172172
"repositories": [
173173
{
174174
"type": "composer",
175-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
175+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
176176
"options": {
177177
"http": {
178178
"verify": true
@@ -183,7 +183,7 @@ const composerjson =
183183
}`
184184

185185
const cli =
186-
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php_custom1/","options":{"http":{"verify":true}}}' --json`
186+
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php/","options":{"http":{"verify":true}}}' --json`
187187

188188
const carbonjson =
189189
`{

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You need a username and password in order to use TuxCare ELS for Dompdf reposito
5151
5252
### Step 3: Register the TuxCare repository
5353
54-
Add the `els_php_custom1` Composer repository either via CLI or by editing `composer.json`:
54+
Add the `els_php` Composer repository either via CLI or by editing `composer.json`:
5555
5656
<CodeTabs :tabs="[
5757
{ title: 'Composer CLI', content: cli },
@@ -98,7 +98,7 @@ it usually means your project requires a package version that is not yet availab
9898
"repositories": [
9999
{
100100
"type": "composer",
101-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
101+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
102102
"canonical": false
103103
}
104104
]
@@ -193,7 +193,7 @@ const composerjson =
193193
"repositories": [
194194
{
195195
"type": "composer",
196-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
196+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
197197
"options": {
198198
"http": {
199199
"verify": true
@@ -204,7 +204,7 @@ const composerjson =
204204
}`
205205

206206
const cli =
207-
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php_custom1/","options":{"http":{"verify":true}}}' --json`
207+
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php/","options":{"http":{"verify":true}}}' --json`
208208

209209
const dompdfjson =
210210
`{

docs/els-for-libraries/firebase-php-jwt/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You need a username and password in order to use TuxCare ELS for Firebase PHP-JW
5151
5252
### Step 3: Register the TuxCare repository
5353
54-
Add the `els_php_custom1` Composer repository either via CLI or by editing `composer.json`:
54+
Add the `els_php` Composer repository either via CLI or by editing `composer.json`:
5555
5656
<CodeTabs :tabs="[
5757
{ title: 'Composer CLI', content: cli },
@@ -98,7 +98,7 @@ it usually means your project requires a package version that is not yet availab
9898
"repositories": [
9999
{
100100
"type": "composer",
101-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
101+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
102102
"canonical": false
103103
}
104104
]
@@ -172,7 +172,7 @@ const composerjson =
172172
"repositories": [
173173
{
174174
"type": "composer",
175-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
175+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
176176
"options": {
177177
"http": {
178178
"verify": true
@@ -183,7 +183,7 @@ const composerjson =
183183
}`
184184

185185
const cli =
186-
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php_custom1/","options":{"http":{"verify":true}}}' --json`
186+
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php/","options":{"http":{"verify":true}}}' --json`
187187

188188
const pkgjson =
189189
`{

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You need a username and password in order to use TuxCare ELS for Laravel reposit
5151
5252
### Step 3: Register the TuxCare repository
5353
54-
Add the `els_php_custom1` Composer repository either via CLI or by editing `composer.json`:
54+
Add the `els_php` Composer repository either via CLI or by editing `composer.json`:
5555
5656
<CodeTabs :tabs="[
5757
{ title: 'Composer CLI', content: cli },
@@ -98,7 +98,7 @@ it usually means your project requires a package version that is not yet availab
9898
"repositories": [
9999
{
100100
"type": "composer",
101-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
101+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
102102
"canonical": false
103103
}
104104
]
@@ -208,7 +208,7 @@ const composerjson =
208208
"repositories": [
209209
{
210210
"type": "composer",
211-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
211+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
212212
"options": {
213213
"http": {
214214
"verify": true
@@ -219,7 +219,7 @@ const composerjson =
219219
}`
220220

221221
const cli =
222-
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php_custom1/","options":{"http":{"verify":true}}}' --json`
222+
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php/","options":{"http":{"verify":true}}}' --json`
223223

224224
const laraveljson =
225225
`{

docs/els-for-libraries/league-commonmark/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You need a username and password in order to use TuxCare ELS for League CommonMa
5151
5252
### Step 3: Register the TuxCare repository
5353
54-
Add the `els_php_custom1` Composer repository either via CLI or by editing `composer.json`:
54+
Add the `els_php` Composer repository either via CLI or by editing `composer.json`:
5555
5656
<CodeTabs :tabs="[
5757
{ title: 'Composer CLI', content: cli },
@@ -98,7 +98,7 @@ it usually means your project requires a package version that is not yet availab
9898
"repositories": [
9999
{
100100
"type": "composer",
101-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
101+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
102102
"canonical": false
103103
}
104104
]
@@ -166,7 +166,7 @@ const composerjson =
166166
"repositories": [
167167
{
168168
"type": "composer",
169-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
169+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
170170
"options": {
171171
"http": {
172172
"verify": true
@@ -177,7 +177,7 @@ const composerjson =
177177
}`
178178

179179
const cli =
180-
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php_custom1/","options":{"http":{"verify":true}}}' --json`
180+
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php/","options":{"http":{"verify":true}}}' --json`
181181

182182
const commonmarkjson =
183183
`{

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You need a username and password in order to use TuxCare ELS for Livewire reposi
5151
5252
### Step 3: Register the TuxCare repository
5353
54-
Add the `els_php_custom1` Composer repository either via CLI or by editing `composer.json`:
54+
Add the `els_php` Composer repository either via CLI or by editing `composer.json`:
5555
5656
<CodeTabs :tabs="[
5757
{ title: 'Composer CLI', content: cli },
@@ -98,7 +98,7 @@ it usually means your project requires a package version that is not yet availab
9898
"repositories": [
9999
{
100100
"type": "composer",
101-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
101+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
102102
"canonical": false
103103
}
104104
]
@@ -172,7 +172,7 @@ const composerjson =
172172
"repositories": [
173173
{
174174
"type": "composer",
175-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
175+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
176176
"options": {
177177
"http": {
178178
"verify": true
@@ -183,7 +183,7 @@ const composerjson =
183183
}`
184184

185185
const cli =
186-
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php_custom1/","options":{"http":{"verify":true}}}' --json`
186+
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php/","options":{"http":{"verify":true}}}' --json`
187187

188188
const livewirejson =
189189
`{

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You need a username and password in order to use TuxCare ELS for PhpSpreadsheet
5151
5252
### Step 3: Register the TuxCare repository
5353
54-
Add the `els_php_custom1` Composer repository either via CLI or by editing `composer.json`:
54+
Add the `els_php` Composer repository either via CLI or by editing `composer.json`:
5555
5656
<CodeTabs :tabs="[
5757
{ title: 'Composer CLI', content: cli },
@@ -98,7 +98,7 @@ it usually means your project requires a package version that is not yet availab
9898
"repositories": [
9999
{
100100
"type": "composer",
101-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
101+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
102102
"canonical": false
103103
}
104104
]
@@ -172,7 +172,7 @@ const composerjson =
172172
"repositories": [
173173
{
174174
"type": "composer",
175-
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
175+
"url": "https://nexus.repo.tuxcare.com/repository/els_php/",
176176
"options": {
177177
"http": {
178178
"verify": true
@@ -183,7 +183,7 @@ const composerjson =
183183
}`
184184

185185
const cli =
186-
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php_custom1/","options":{"http":{"verify":true}}}' --json`
186+
`composer config repositories.tuxcare '{"type":"composer","url":"https://nexus.repo.tuxcare.com/repository/els_php/","options":{"http":{"verify":true}}}' --json`
187187

188188
const pkgjson =
189189
`{

0 commit comments

Comments
 (0)