mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-23 11:14:38 +01:00
16 lines
316 B
JSON
16 lines
316 B
JSON
{
|
|
"require": {
|
|
"php": "^7.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5",
|
|
"rector/rector": "dev-main"
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Utils\\Rector\\": "utils/rector/src",
|
|
"Utils\\Rector\\Tests\\": "utils/rector/tests"
|
|
}
|
|
}
|
|
}
|