-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Background #331 (comment)
Review the deprecation warnings in CI before we release 6.0.0-rc1 in case we need to do some forking or replace a dependency, or at the very least so that we can provide appropriate comms to indicate that while our codebase has been updated, some upstream dependencies are known to not have done so yet.
Notes
- onelogin/php-saml just needs release
- sensiolabs/ansi-to-html
just needs releasehas been released - Some PRs below are for webauthn-authenticator which is no longer supported though is a dev-dependency in sink
PRs for thirdparty repos
- Make nullable parameter explicity nullable for PHP 8.4 aws/aws-sdk-php#3043
- Make nullable parameters explicity nullable for PHP 8.4 php-embed/Embed#551
- Make nullable parameters explicity nullable for PHP 8.4 lanthaler/JsonLD#112
- Make nullable parameters explicity nullable for PHP 8.4 reactphp/child-process#111
- Make nullable parameters explicity nullable for PHP 8.4 Spomky-Labs/pki-framework#59
- Make nullable parameters explicity nullable for PHP 8.4 ua-parser/uap-php#79
- Make nullable parameters explicity nullable for PHP 8.4 web-auth/webauthn-framework#662
Acceptance criteria
- Make sure to update composer constraints as required to get new versions
- Investigate any that have not been merged and work out what to do with it