File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/phar-io/version/src/constraints
Upload
[..]
AbstractVersionConstraint.php (687 B)
Edit
Rename
Del
AndVersionConstraintGroup.php (983 B)
Edit
Rename
Del
AnyVersionConstraint.php (576 B)
Edit
Rename
Del
ExactVersionConstraint.php (712 B)
Edit
Rename
Del
GreaterThanOrEqualToVersionConstraint.php (900 B)
Edit
Rename
Del
OrVersionConstraintGroup.php (1023 B)
Edit
Rename
Del
VersionConstraint.php (493 B)
Edit
Rename
Del
Edit: VersionConstraint.php
<?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; }
Simpan