mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-21 01:41:00 +01:00
36 lines
976 B
JSON
36 lines
976 B
JSON
{
|
|
"name": "symplify\/skipper",
|
|
"description": "Skip files by rule class, directory, file or fnmatch",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"nette\/utils": "^3.2",
|
|
"symfony\/config": "^5.3",
|
|
"symfony\/dependency-injection": "^5.3",
|
|
"symfony\/finder": "^5.3",
|
|
"symfony\/filesystem": "^5.3",
|
|
"symplify\/package-builder": "^9.4.13",
|
|
"symplify\/symplify-kernel": "^9.4.13",
|
|
"symplify\/smart-file-system": "^9.4.13"
|
|
},
|
|
"require-dev": {
|
|
"phpunit\/phpunit": "^9.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix20210707\\Symplify\\Skipper\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"RectorPrefix20210707\\Symplify\\Skipper\\Tests\\": "tests"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "9.5-dev"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
} |