Adhere feedback

This commit is contained in:
Philipp 2022-10-17 22:38:08 +02:00
parent 6c8a9bd461
commit 101a22c0cd
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
7 changed files with 22 additions and 4 deletions

View file

@ -10,8 +10,13 @@
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Friendica\\Addon\\Monolog\\": "src/"
}
},
"require": {
"php": ">=7.0",
"php": ">=7.0",
"monolog/monolog": "^3.2"
},
"license": "3-clause BSD license",