Skip to content

Commit 6ca988b

Browse files
agisseptclaude
andcommitted
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

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"nesbot/carbon": "^2.71",
2020
"opis/closure": "~3.6",
2121
"pda/pheanstalk": "~4.0",
22-
"phpseclib/phpseclib": "~3.0.36",
2322
"predis/predis": "^1.1",
2423
"symfony/browser-kit": "~6.4",
2524
"symfony/console": "~6.4",
@@ -59,7 +58,6 @@
5958
"illuminate/pagination": "self.version",
6059
"illuminate/queue": "self.version",
6160
"illuminate/redis": "self.version",
62-
"illuminate/remote": "self.version",
6361
"illuminate/routing": "self.version",
6462
"illuminate/session": "self.version",
6563
"illuminate/support": "self.version",

src/Illuminate/Foundation/Application.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,6 @@ public function registerCoreContainerAliases()
11421142
'router' => 'Illuminate\Routing\Router',
11431143
'session' => 'Illuminate\Session\SessionManager',
11441144
'session.store' => 'Illuminate\Session\Store',
1145-
'remote' => 'Illuminate\Remote\RemoteManager',
11461145
'url' => 'Illuminate\Routing\UrlGenerator',
11471146
'validator' => 'Illuminate\Validation\Factory',
11481147
'view' => 'Illuminate\View\Factory',

src/Illuminate/Foundation/Console/TailCommand.php

Lines changed: 0 additions & 168 deletions
This file was deleted.

0 commit comments

Comments
 (0)