Sid Gifari File Manager
🏠 Root
/
home
/
ailwtbdh
/
public_html
/
wp-content
/
plugins
/
element-ready-lite
/
vendor
/
composer
/
Editing: installed.php
<?php return array( 'root' => array( 'name' => '__root__', 'pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => true, ), 'versions' => array( '__root__' => array( 'pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => false, ), 'appsero/client' => array( 'pretty_version' => 'dev-develop', 'version' => 'dev-develop', 'reference' => 'aef4cf138ab4f348cee4e2f20f7d3cd815db0877', 'type' => 'library', 'install_path' => __DIR__ . '/../appsero/client', 'aliases' => array( 0 => '9999999-dev', ), 'dev_requirement' => false, ), ), );
Save
Cancel