rector/packages/simple-php-doc-parser/composer.json
Tomas Votruba 4c6da2c4bf
[Laravel 5.7] Add parent boot rule (#4580)
* move file to templates, to remove confusion in the root

* use stable symplify

* [Laravel] Add AddParentBootToModelClassMethodRector

* [ci-review] Generate Rector & Nodes documentation

* [ci-review] propagate monorepo dependencies

* [ci-review] Rector Rectify

Co-authored-by: rector-bot <tomas@getrector.org>
2020-11-11 17:09:57 +00:00

27 lines
750 B
JSON

{
"name": "rector/simple-php-doc-parser",
"description": "Service integration of phpstan/phpdoc-parser, with few extra goodies for practical use",
"license": "MIT",
"require": {
"php": "^7.2.4|^8.0",
"symfony/dependency-injection": "^4.4.8|^5.1",
"symfony/config": "^4.4.8|^5.1",
"symfony/http-kernel": "^4.4.8|^5.1",
"symplify/package-builder": "8.3.48"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.2",
"symplify/easy-testing": "8.3.48"
},
"autoload": {
"psr-4": {
"Rector\\SimplePhpDocParser\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Rector\\SimplePhpDocParser\\Tests\\": "tests"
}
}
}