-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependencies and base PHP requirement to 8.2 #3
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
Changes from all commits
68b0d78
c1ca186
440724e
9edaa26
0b306d6
d414d09
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,12 @@ | |
| "description": "A tool for managing user and server SSH access to any number of servers.", | ||
| "type": "project", | ||
| "require": { | ||
| "php": "^8.2", | ||
| "ext-ldap": "*", | ||
| "ext-mbstring": "*", | ||
| "ext-mysqli": "*", | ||
| "ext-pcntl": "*", | ||
| "ext-ssh2": "*", | ||
|
Comment on lines
+6
to
+11
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. PHP 8.2+ requirement contradicts the coding guideline for The composer.json now requires The extension requirements ( 🤖 Prompt for AI Agents |
||
| "phpseclib/phpseclib": "^3.0" | ||
| }, | ||
| "license": "Apache-2.0" | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo inconsistency: Line 28 corrected to "Baremetal" but Line 60 still says "Baremeteal".
Line 60 retains the old typo
Baremetealwhile Line 28 has been corrected toBaremetal.Proposed fix
🤖 Prompt for AI Agents