Commit 6ca988b
Remove Remote feature and phpseclib dependency
- Remove Illuminate\Remote namespace (RemoteManager, Connection, Gateway, etc.)
- Remove SSH Facade
- Remove TailCommand (depends on Remote)
- Remove RemoteSecLibGatewayTest
- Remove phpseclib/phpseclib from dependencies (only used by Remote feature)
- Update Application.php to remove 'remote' service binding
- Update composer.json to remove phpseclib/phpseclib requirement and illuminate/remote from replace
All tests pass successfully after removal.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent b4d0a35 commit 6ca988b
13 files changed
Lines changed: 0 additions & 1312 deletions
File tree
- src/Illuminate
- Foundation
- Console
- Remote
- Support/Facades
- tests/Remote
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
62 | | - | |
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1142 | 1142 | | |
1143 | 1143 | | |
1144 | 1144 | | |
1145 | | - | |
1146 | 1145 | | |
1147 | 1146 | | |
1148 | 1147 | | |
| |||
This file was deleted.
0 commit comments