-
Notifications
You must be signed in to change notification settings - Fork 5
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 drush/drush requirement from ^12.4.3 to ^13.3.3 in /upstream #306
base: master
Are you sure you want to change the base?
Update drush/drush requirement from ^12.4.3 to ^13.3.3 in /upstream #306
Conversation
Updates the requirements on [drush/drush](https://github.com/drush-ops/drush) to permit the latest version. - [Release notes](https://github.com/drush-ops/drush/releases) - [Commits](drush-ops/drush@12.4.3...13.3.3) --- updated-dependencies: - dependency-name: drush/drush dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Drush 13 requires PHP 8.2 or higher: Drush 13 supports PHP versions 8.2 and above so we should probably change the minimum php version in the composer.json file. |
Change to PHP 8.3 |
@@ -13,7 +13,7 @@ | |||
} | |||
], | |||
"require": { | |||
"php": ">=8.1", | |||
"php": ">=8.2", |
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.
"php": ">=8.2", | |
"php": ">=8.3", |
Do we also need to update the upstream composer.json? |
Updates the requirements on drush/drush to permit the latest version.
Release notes
Sourced from drush/drush's releases.
Commits
d124723
Avoid DI for PermissionHandler in pm:install (#6155)038a783
Relax auto-discoverable command file/class naming convention (#6153)4e7fed6
Update WatchdogCommands.php (#6152)bd23517
Clarify that the Drupal API isn't completely unavailable (#6151)65d6b7c
Improve logging when installing modules (#6109)8459590
Add negation operator example to filter docs (#6150)60a6d55
Correcting user:role:remove role description (#6145)4953b97
Fix xdebug handling for sub processes (#6138)15d60d9
Replace subshell with exec (#6140)3d1ebc7
Fix typo in docs/dependency-injection.md (#6143)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)