mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 22:08:00 +01:00
dd31e833a9
ce1c29184d
[scoped] change only year and month, to make diff esaier to see; autoload is handled already
30 lines
612 B
JSON
30 lines
612 B
JSON
{
|
|
"name": "psr\/log",
|
|
"description": "Common interface for logging libraries",
|
|
"keywords": [
|
|
"psr",
|
|
"psr-3",
|
|
"log"
|
|
],
|
|
"homepage": "https:\/\/github.com\/php-fig\/log",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https:\/\/www.php-fig.org\/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.0.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix202206\\Psr\\Log\\": "src"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
}
|
|
} |