-
- Downloads
New upstream version 1.10.0
No related branches found
No related tags found
Showing
- .github/workflows/documentation.yaml 61 additions, 0 deletions.github/workflows/documentation.yaml
- .github/workflows/integrate.yaml 5 additions, 4 deletions.github/workflows/integrate.yaml
- .phpdoc/template/base.html.twig 15 additions, 0 deletions.phpdoc/template/base.html.twig
- Makefile 4 additions, 0 deletionsMakefile
- composer-require-checker.json 1 addition, 1 deletioncomposer-require-checker.json
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 7 additions, 7 deletionscomposer.lock
- docs/getting-started.rst 32 additions, 0 deletionsdocs/getting-started.rst
- docs/index.rst 17 additions, 0 deletionsdocs/index.rst
- phpdoc.dist.xml 46 additions, 0 deletionsphpdoc.dist.xml
- phpstan.neon 17 additions, 0 deletionsphpstan.neon
- psalm.xml 22 additions, 0 deletionspsalm.xml
- src/PseudoTypes/ArrayShapeItem.php 1 addition, 48 deletionssrc/PseudoTypes/ArrayShapeItem.php
- src/PseudoTypes/ListShape.php 16 additions, 0 deletionssrc/PseudoTypes/ListShape.php
- src/PseudoTypes/ListShapeItem.php 9 additions, 0 deletionssrc/PseudoTypes/ListShapeItem.php
- src/PseudoTypes/NonEmptyArray.php 48 additions, 0 deletionssrc/PseudoTypes/NonEmptyArray.php
- src/PseudoTypes/NonEmptyList.php 1 addition, 1 deletionsrc/PseudoTypes/NonEmptyList.php
- src/PseudoTypes/ObjectShape.php 41 additions, 0 deletionssrc/PseudoTypes/ObjectShape.php
- src/PseudoTypes/ObjectShapeItem.php 9 additions, 0 deletionssrc/PseudoTypes/ObjectShapeItem.php
- src/PseudoTypes/ShapeItem.php 56 additions, 0 deletionssrc/PseudoTypes/ShapeItem.php
.github/workflows/documentation.yaml
0 → 100644
.phpdoc/template/base.html.twig
0 → 100644
... | ... | @@ -12,7 +12,7 @@ |
"require": { | ||
"php": "^7.3 || ^8.0", | ||
"phpdocumentor/reflection-common": "^2.0", | ||
"phpstan/phpdoc-parser": "^1.13", | ||
"phpstan/phpdoc-parser": "^1.18|^2.0", | ||
"doctrine/deprecations": "^1.0" | ||
}, | ||
"require-dev": { | ||
... | ... |
docs/getting-started.rst
0 → 100644
docs/index.rst
0 → 100644
phpdoc.dist.xml
0 → 100644
src/PseudoTypes/ListShape.php
0 → 100644
src/PseudoTypes/ListShapeItem.php
0 → 100644
src/PseudoTypes/NonEmptyArray.php
0 → 100644
src/PseudoTypes/ObjectShape.php
0 → 100644
src/PseudoTypes/ObjectShapeItem.php
0 → 100644
src/PseudoTypes/ShapeItem.php
0 → 100644
Please register or sign in to comment