┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
webm008.cluster103.gra.hosting.ovh.net
LOCATION:
/home/paxmediccp/www/vendor/spip-league/composer-installer/src/Git
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: RemoteUrlsInterface.php
<?php namespace SpipLeague\Composer\Git; use Composer\Util\ProcessExecutor; /** * git utilities interface. * * @since 0.7.0 */ interface RemoteUrlsInterface { /** * Provides the ssh counterpart of an https matching url */ public function toSsh(string $url): string; /** * Provides the https counterpart of an ssh matching url */ public function toHttps(string $url): string; public function getProcessor(): ?ProcessExecutor; public function getRemote(string $path): string; public function setRemote(string $path, string $newUrl): string; }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 RemoteUrls.php
PHP
1.4 KB
2026-04-27 15:53
EDIT
📄 RemoteUrlsInterface.php
PHP
600 B
2026-04-27 15:53
EDIT