Skip to content

Commit

Permalink
Merge pull request #175 from phpDocumentor/feature/advanced-type-support
Browse files Browse the repository at this point in the history
Feature/advanced type support
  • Loading branch information
jaapio authored Nov 11, 2022
2 parents 48f445a + 962f827 commit 662b17f
Show file tree
Hide file tree
Showing 23 changed files with 1,739 additions and 527 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ vendor: composer.json composer.lock

.PHONY: benchmark
benchmark:
docker run -it --rm -v${CURDIR}:/opt/project -w /opt/project php:7.4-cli tools/phpbench run
docker run -it --rm -v${CURDIR}:/opt/project -w /opt/project php:7.4-cli vendor/bin/phpbench run

.PHONY: rector
rector: ## Refactor code using rector
Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
],
"require": {
"php": "^7.4 || ^8.0",
"phpdocumentor/reflection-common": "^2.0"
"phpdocumentor/reflection-common": "^2.0",
"phpstan/phpdoc-parser": "^1.13"
},
"require-dev": {
"ext-tokenizer": "*",
Expand All @@ -20,7 +21,8 @@
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/extension-installer": "^1.1",
"vimeo/psalm": "^4.25",
"rector/rector": "^0.13.9"
"rector/rector": "^0.13.9",
"phpbench/phpbench": "^1.2"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 662b17f

Please sign in to comment.