mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
24 lines
579 B
JSON
24 lines
579 B
JSON
{
|
|
"name": "rector/rector-compiler",
|
|
"description": "PHAR Compiler for Rector",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^7.2",
|
|
"nette/neon": "^3.0",
|
|
"symfony/console": "^4.4|^5.0",
|
|
"symfony/process": "^4.4|^5.0",
|
|
"symfony/filesystem": "^4.4|^5.0",
|
|
"symfony/finder": "^4.4|^5.0",
|
|
"symplify/package-builder": "^7.2",
|
|
"nette/utils": "^3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Rector\\Compiler\\": "src"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.4"
|
|
}
|
|
}
|