forked from sabbelasichon/typo3-rector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
25 lines (25 loc) · 792 Bytes
/
box.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"main": "bin/typo3-rector.php",
"banner": [
"This file is part of the typo3-rector project.",
"",
"This source file is subject to the MIT license that is bundled",
"with this source code in the file LICENSE."
],
"compression": "GZ",
"finder": [
{
"in": ["src", "vendor", "utils/phpstan/config", "utils/phpstan/src", "Migrations", "config", "stubs", "templates"],
"exclude": [
"test",
"tests"
]
}
],
"check-requirements": false,
"files": [
"typo3.constants.php",
"vendor/rector/rector/rules/restoration/tests/Rector/Use_/RestoreFullyQualifiedNameRector/Source/ShortClassOnly.php"
],
"output": "tmp/typo3-rector.phar"
}