Skip to content

Commit cb03dd4

Browse files
committed
📝 docs(CHANGELOG.md): update links to reflect repository name change
🐛 fix(README.md): update link to related issue for session driver performance degradation 📝 docs(composer.json): update links to reflect repository name change 🐛 fix(fix-symfony-file-moving.php): update link to related issue for Symfony file moving fix 🔗 chore(Listeners): update links to point to the new repository location in GitHub
1 parent d708ba5 commit cb03dd4

File tree

7 files changed

+28
-28
lines changed

7 files changed

+28
-28
lines changed

CHANGELOG.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
1010

1111
- Strings interpolation for PHP 8.2 [#114]
1212

13-
[#114]:https://github.com/spiral/roadrunner-laravel/issues/114
13+
[#114]:https://github.com/roadrunner-php/laravel-bridge/issues/114
1414

1515
## v5.11.0
1616

@@ -23,7 +23,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
2323

2424
- Methods invoking in listeners replaced with normal function calls [#112]
2525

26-
[#112]:https://github.com/spiral/roadrunner-laravel/pull/112
26+
[#112]:https://github.com/roadrunner-php/laravel-bridge/pull/112
2727

2828
## v5.10.0
2929

@@ -36,7 +36,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
3636
- Minimal required PHP version now is `8.0` [#111]
3737
- Minimal required Laravel version now is `9.33` [#111]
3838

39-
[#111]:https://github.com/spiral/roadrunner-laravel/pull/111
39+
[#111]:https://github.com/roadrunner-php/laravel-bridge/pull/111
4040

4141
## v5.9.0
4242

@@ -49,15 +49,15 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
4949

5050
- CLI running mode detection [#88]
5151

52-
[#88]:https://github.com/spiral/roadrunner-laravel/pull/88
52+
[#88]:https://github.com/roadrunner-php/laravel-bridge/pull/88
5353

5454
## v5.8.0
5555

5656
### Added
5757

5858
- Listener `CleanupUploadedFilesListener` for removing temporary files which were created during uploading _(must be enabled manually for the `AfterLoopIterationEvent` event)_ [#84]
5959

60-
[#84]:https://github.com/spiral/roadrunner-laravel/issues/84
60+
[#84]:https://github.com/roadrunner-php/laravel-bridge/issues/84
6161

6262
## v5.7.0
6363

@@ -70,8 +70,8 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
7070

7171
- Laravel 6 and 7 is no longer supported [#78]
7272

73-
[#78]:https://github.com/spiral/roadrunner-laravel/pull/78
74-
[#86]:https://github.com/spiral/roadrunner-laravel/pull/86
73+
[#78]:https://github.com/roadrunner-php/laravel-bridge/pull/78
74+
[#86]:https://github.com/roadrunner-php/laravel-bridge/pull/86
7575

7676
## v5.6.0
7777

@@ -80,7 +80,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
8080
- Give the current App instance to `FilesystemManager` (listener `RebindFilesystemManagerListener`) [#77]
8181
- Monolog state resetting between requests (listener `FlushMonologStateListener`) [#77]
8282

83-
[#77]:https://github.com/spiral/roadrunner-laravel/pull/77
83+
[#77]:https://github.com/roadrunner-php/laravel-bridge/pull/77
8484

8585
## v5.5.0
8686

@@ -89,16 +89,16 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
8989
- Listener `FlushTranslatorCacheListener` for memory leak fixing on `Translator` implementation [#70]
9090
- Integration with [Livewire](https://github.com/livewire/livewire) is supported now [#71]
9191

92-
[#70]:https://github.com/spiral/roadrunner-laravel/pull/70
93-
[#71]:https://github.com/spiral/roadrunner-laravel/pull/71
92+
[#70]:https://github.com/roadrunner-php/laravel-bridge/pull/70
93+
[#71]:https://github.com/roadrunner-php/laravel-bridge/pull/71
9494

9595
## v5.4.0
9696

9797
### Added
9898

9999
- Listener `FlushDatabaseQueryLogListener` for cleaning up database query log [#67]
100100

101-
[#67]:https://github.com/spiral/roadrunner-laravel/pull/67
101+
[#67]:https://github.com/roadrunner-php/laravel-bridge/pull/67
102102

103103
## v5.3.0
104104

@@ -111,16 +111,16 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
111111

112112
- Listeners (resetters) for the 3rd party packages are enabled by default
113113

114-
[#64]:https://github.com/spiral/roadrunner-laravel/issues/64
115-
[#65]:https://github.com/spiral/roadrunner-laravel/issues/65
114+
[#64]:https://github.com/roadrunner-php/laravel-bridge/issues/64
115+
[#65]:https://github.com/roadrunner-php/laravel-bridge/issues/65
116116

117117
## v5.2.2
118118

119119
### Changed
120120

121121
- Resolve listener components when needed [#58]
122122

123-
[#58]:https://github.com/spiral/roadrunner-laravel/issues/58
123+
[#58]:https://github.com/roadrunner-php/laravel-bridge/issues/58
124124

125125
## v5.2.1
126126

@@ -134,31 +134,31 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
134134

135135
- Integration with [Laravel Telescope](https://github.com/laravel/telescope/) is supported now (just enable `SetupTelescopeListener` for `BeforeLoopStartedEvent`) [#53]
136136

137-
[#53]:https://github.com/spiral/roadrunner-laravel/issues/53
137+
[#53]:https://github.com/roadrunner-php/laravel-bridge/issues/53
138138

139139
## v5.1.0
140140

141141
### Added
142142

143143
- Listener `FlushLogContextListener` for the logger context flushing [#51]
144144

145-
[#51]:https://github.com/spiral/roadrunner-laravel/pull/51
145+
[#51]:https://github.com/roadrunner-php/laravel-bridge/pull/51
146146

147147
## v5.0.2
148148

149149
### Fixed
150150

151151
- Dumper CLI mode detection [#47]
152152

153-
[#47]:https://github.com/spiral/roadrunner-laravel/pull/47
153+
[#47]:https://github.com/roadrunner-php/laravel-bridge/pull/47
154154

155155
## v5.0.1
156156

157157
### Fixed
158158

159159
- Symfony uploaded file moving (`FixSymfonyFileMovingListener` was added for this) [#43]
160160

161-
[#43]:https://github.com/spiral/roadrunner-laravel/issues/43
161+
[#43]:https://github.com/roadrunner-php/laravel-bridge/issues/43
162162

163163
## v5.0.0
164164

@@ -270,7 +270,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
270270

271271
- Sending any form data with a `DELETE` or `PUT` method (the application ignored the hidden field `_method` and as a result the action necessary for the form did not occur) [#9]
272272

273-
[#9]:https://github.com/spiral/roadrunner-laravel/pull/9
273+
[#9]:https://github.com/roadrunner-php/laravel-bridge/pull/9
274274

275275
## v3.4.0
276276

@@ -282,7 +282,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
282282

283283
- Minimal required PHP version now is `7.2` [#3]
284284

285-
[#3]:https://github.com/spiral/roadrunner-laravel/issues/3
285+
[#3]:https://github.com/roadrunner-php/laravel-bridge/issues/3
286286

287287
## v3.3.0
288288

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ This package provides the following helpers:
125125
126126
#### Performance degradation
127127
128-
...when `file` driver is set for your sessions. Please, use `redis` (or something similar) driver instead ([related issue](https://github.com/spiral/roadrunner-laravel/issues/23)). This package or/and RoadRunner has nothing to do with it, but since this is a fairly common issue - it is described here.
128+
...when `file` driver is set for your sessions. Please, use `redis` (or something similar) driver instead ([related issue](https://github.com/roadrunner-php/laravel-bridge/issues/23)). This package or/and RoadRunner has nothing to do with it, but since this is a fairly common issue - it is described here.
129129
130130
#### Controller constructors
131131
@@ -332,4 +332,4 @@ MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. Maint
332332
[laravel_events]:https://laravel.com/docs/events
333333
[roadrunner-cli]:https://github.com/spiral/roadrunner-cli
334334
[roadrunner-binary-releases]:https://github.com/roadrunner-server/roadrunner/releases
335-
[#10]:https://github.com/spiral/roadrunner-laravel/issues/10
335+
[#10]:https://github.com/roadrunner-php/laravel-bridge/issues/10

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
}
7575
},
7676
"support": {
77-
"issues": "https://github.com/spiral/roadrunner-laravel/issues",
78-
"source": "https://github.com/spiral/roadrunner-laravel"
77+
"issues": "https://github.com/roadrunner-php/laravel-bridge/issues",
78+
"source": "https://github.com/roadrunner-php/laravel-bridge"
7979
}
8080
}

fixes/fix-symfony-file-moving.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* ***************************************************************************
99
* ******* *******
1010
* ******* THIS FUNCTION OVERLOADING IS NECESSARY MEASURE *******
11-
* ******* https://github.com/spiral/roadrunner-laravel/issues/43 *******
11+
* ******* https://github.com/roadrunner-php/laravel-bridge/issues/43 *******
1212
* ******* *******
1313
* ***************************************************************************.
1414
*

src/Listeners/CleanupUploadedFilesListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Spiral\RoadRunnerLaravel\Events\Contracts\WithHttpRequest;
88

99
/**
10-
* @link https://github.com/spiral/roadrunner-laravel/issues/84
10+
* @link https://github.com/roadrunner-php/laravel-bridge/issues/84
1111
*/
1212
class CleanupUploadedFilesListener implements ListenerInterface
1313
{

src/Listeners/EnableHttpMethodParameterOverrideListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* This listener must be registered BEFORE `RebindRouterListener` if you need to process the hidden `_hidden` field
1111
* when data submitted using the HTML form.
1212
*
13-
* @link https://github.com/spiral/roadrunner-laravel/pull/9
13+
* @link https://github.com/roadrunner-php/laravel-bridge/pull/9
1414
* @see RebindRouterListener
1515
*/
1616
class EnableHttpMethodParameterOverrideListener implements ListenerInterface

src/Listeners/FixSymfonyFileMovingListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace Spiral\RoadRunnerLaravel\Listeners;
66

77
/**
8-
* @link https://github.com/spiral/roadrunner-laravel/issues/43
8+
* @link https://github.com/roadrunner-php/laravel-bridge/issues/43
99
*/
1010
class FixSymfonyFileMovingListener implements ListenerInterface
1111
{

0 commit comments

Comments
 (0)