mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 05:48:21 +01:00
f04a3bc21f
5640d513d2
[Core] Fix bootstrap stubs load on PHP 7.2 when vendor/ excluded via skip() (#2394)
12 lines
169 B
JSON
12 lines
169 B
JSON
{
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "7.2.*",
|
|
"rector/rector": "dev-main"
|
|
}
|
|
}
|