🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 20:42:46 | PHP 8.1.34
📂
/ (Root)
/
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
speedycache
/
lib
/
PathConverter
📍 /var/softaculous/sitepad/editor/site-data/plugins/speedycache/lib/PathConverter
🔄 Refresh
✏️
Editing: composer.json
Read Only
{ "name": "matthiasmullie/path-converter", "type": "library", "description": "Relative path converter", "keywords": ["relative", "path", "converter", "paths"], "homepage": "https://github.com/matthiasmullie/path-converter", "license": "MIT", "authors": [ { "name": "Matthias Mullie", "homepage": "https://www.mullie.eu", "email": "pathconverter@mullie.eu", "role": "Developer" } ], "require": { "php": ">=5.3.0", "ext-pcre": "*" }, "require-dev": { "phpunit/phpunit": ">=4.8", "friendsofphp/php-cs-fixer": ">=2.0", "squizlabs/php_codesniffer": ">=3.0" }, "autoload": { "psr-4": { "MatthiasMullie\\PathConverter\\": "src/" } }, "autoload-dev": { "psr-4": { "MatthiasMullie\\PathConverter\\Tests\\": "tests/" } } }
💾 Save Changes
❌ Cancel