wesmiler a41138daae wesmiler há 2 anos atrás
..
.github a41138daae wesmiler há 2 anos atrás
.phive a41138daae wesmiler há 2 anos atrás
.psalm a41138daae wesmiler há 2 anos atrás
src a41138daae wesmiler há 2 anos atrás
tests a41138daae wesmiler há 2 anos atrás
tools a41138daae wesmiler há 2 anos atrás
.gitattributes a41138daae wesmiler há 2 anos atrás
.gitignore a41138daae wesmiler há 2 anos atrás
.php-cs-fixer.dist.php a41138daae wesmiler há 2 anos atrás
ChangeLog.md a41138daae wesmiler há 2 anos atrás
LICENSE a41138daae wesmiler há 2 anos atrás
README.md a41138daae wesmiler há 2 anos atrás
build.xml a41138daae wesmiler há 2 anos atrás
composer.json a41138daae wesmiler há 2 anos atrás
phpunit.xml a41138daae wesmiler há 2 anos atrás

README.md

sebastian/type

CI Status Type Coverage

Collection of value objects that represent the types of the PHP type system.

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require sebastian/type

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev sebastian/type