2019-12-08 18:01:29 +01:00
|
|
|
{
|
|
|
|
"name": "rector/rector-compiler",
|
|
|
|
"description": "PHAR Compiler for Rector",
|
|
|
|
"license": "MIT",
|
|
|
|
"require": {
|
|
|
|
"php": "^7.2",
|
2020-01-06 14:24:24 +01:00
|
|
|
"nette/neon": "^3.0",
|
2019-12-08 18:01:29 +01:00
|
|
|
"symfony/console": "^4.4|^5.0",
|
|
|
|
"symfony/process": "^4.4|^5.0",
|
|
|
|
"symfony/filesystem": "^4.4|^5.0",
|
2020-01-06 16:49:49 +01:00
|
|
|
"symfony/finder": "^4.4|^5.0",
|
2020-01-28 00:45:52 +01:00
|
|
|
"symplify/package-builder": "^7.2",
|
2019-12-08 18:01:29 +01:00
|
|
|
"nette/utils": "^3.0"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Rector\\Compiler\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^8.4"
|
|
|
|
}
|
|
|
|
}
|