Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency psr/log to v3 #25

Merged
merged 3 commits into from
Sep 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update dependency psr/log to v3
  • Loading branch information
text-html-renovate[bot] authored Sep 27, 2024
commit 9c477e91f5ae5038596c20a5686e33fc3d528314
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -17,6 +17,6 @@
"php-vfs/php-vfs": "~1.2"
},
"require": {
"psr/log": "~1.0"
"psr/log": "~3.0"
}
}