404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.224.62.198: ~ $
<?php declare(strict_types = 1);
/*
 * This file is part of PharIo\Version.
 *
 * (c) Arne Blankerts <arne@blankerts.de>, Sebastian Heuer <sebastian@phpeople.de>, Sebastian Bergmann <sebastian@phpunit.de>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
namespace PharIo\Version;

interface VersionConstraint {
    public function complies(Version $version): bool;

    public function asString(): string;
}

Filemanager

Name Type Size Permission Actions
AbstractVersionConstraint.php File 687 B 0644
AndVersionConstraintGroup.php File 983 B 0644
AnyVersionConstraint.php File 576 B 0644
ExactVersionConstraint.php File 712 B 0644
GreaterThanOrEqualToVersionConstraint.php File 900 B 0644
OrVersionConstraintGroup.php File 1023 B 0644
SpecificMajorAndMinorVersionConstraint.php File 956 B 0644
SpecificMajorVersionConstraint.php File 762 B 0644
VersionConstraint.php File 493 B 0644