mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 11:22:53 +00:00
745f9c1e5f
- Use new hook-loading
26 lines
562 B
JSON
26 lines
562 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": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
}
|
|
}
|