|
|
2 роки тому | |
|---|---|---|
| .. | ||
| .github | 2 роки тому | |
| .phive | 2 роки тому | |
| .psalm | 2 роки тому | |
| src | 2 роки тому | |
| tests | 2 роки тому | |
| tools | 2 роки тому | |
| .gitattributes | 2 роки тому | |
| .gitignore | 2 роки тому | |
| .php-cs-fixer.dist.php | 2 роки тому | |
| ChangeLog.md | 2 роки тому | |
| LICENSE | 2 роки тому | |
| README.md | 2 роки тому | |
| build.xml | 2 роки тому | |
| composer.json | 2 роки тому | |
| phpunit.xml | 2 роки тому | |
Collection of value objects that represent the types of the PHP type system.
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