├── LICENSE ├── README.md ├── composer.json └── src ├── AndX.php ├── CompositeSpecification.php ├── CompositeSpecificationInterface.php ├── Not.php ├── OrX.php └── SpecificationInterface.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rikbruil/specification/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rikbruil/specification/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rikbruil/specification/HEAD/composer.json -------------------------------------------------------------------------------- /src/AndX.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rikbruil/specification/HEAD/src/AndX.php -------------------------------------------------------------------------------- /src/CompositeSpecification.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rikbruil/specification/HEAD/src/CompositeSpecification.php -------------------------------------------------------------------------------- /src/CompositeSpecificationInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rikbruil/specification/HEAD/src/CompositeSpecificationInterface.php -------------------------------------------------------------------------------- /src/Not.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rikbruil/specification/HEAD/src/Not.php -------------------------------------------------------------------------------- /src/OrX.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rikbruil/specification/HEAD/src/OrX.php -------------------------------------------------------------------------------- /src/SpecificationInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rikbruil/specification/HEAD/src/SpecificationInterface.php --------------------------------------------------------------------------------