mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-25 04:03:55 +01:00
23 lines
535 B
JSON
23 lines
535 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",
|
|
"nette/utils": "^3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Rector\\Compiler\\": "src"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.4"
|
|
}
|
|
}
|