mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 03:48:49 +00:00
Move Monolog to Addons
This commit is contained in:
parent
57e9404729
commit
6c8a9bd461
145 changed files with 17032 additions and 0 deletions
23
monolog/composer.json
Normal file
23
monolog/composer.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "friendica-addons/monolog",
|
||||
"description": "Monolog can send your logs to files, sockets, inboxes, database, etc..",
|
||||
"type": "friendica-addon",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Philipp Holzer",
|
||||
"email": "admin@philipp.info",
|
||||
"homepage": "https://blog.philipp.info",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.0",
|
||||
"monolog/monolog": "^3.2"
|
||||
},
|
||||
"license": "3-clause BSD license",
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"autoloader-suffix": "MonologAddon",
|
||||
"preferred-install": "dist"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue