Skip to content

Commit

Permalink
chore: remove psr/log as dependency
Browse files Browse the repository at this point in the history
The psr/log package is provided by nextcloud server.

Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Oct 8, 2024
1 parent e55547c commit bf128ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 53 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"nextcloud/kitinerary-flatpak": "^1.0",
"nextcloud/kitinerary-sys": "^1.0.1",
"phpmailer/dkimvalidator": "^0.3.0",
"psr/log": "^1",
"rubix/ml": "2.5.1",
"sabberworm/php-css-parser": "^8.6.0",
"youthweb/urllinker": "^2.0"
Expand All @@ -55,6 +54,9 @@
"OCA\\Mail\\": "lib/"
}
},
"replace": {
"psr/log": "*"
},
"scripts": {
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix",
Expand Down
54 changes: 2 additions & 52 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf128ed

Please sign in to comment.