Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Updates the requirements on dapphp/radius to permit the latest version.
Updates dapphp/radius to 3.1.0

Release notes

Sourced from dapphp/radius's releases.

3.1.0

Version 3.1.0 adds significant enhancements and improvements since 3.0.0 that are backwards compatible and non-breaking. Support for Accounting requests has finally been added, along with support for CoA and Disconnect requests.

Additionally, more attributes are now built in and data types (including IPv6 addresses and ranges) defined in RFC 8044 are now supported. As a convenience, attributes can be added and retrieved by name instead of number (e.g. $client->setAttribute('NAS-IP-Address', $value) and $reply = $client->getReceivedAttribute('Reply-Message')).

See the README and examples/ directory for more information and usage.

What's Changed

New Contributors

Full Changelog: dapphp/radius@v3.0.0...3.1.0

Commits
  • f2f7b5f Update README and improvements to advanced usage examples
  • ae4761f Fix typo in function info
  • 3f75909 Set error and return false if no server is set when making a request
  • ec86145 Make generateRequestAuthenticator public; generate a new authenticator after ...
  • 0f2974f When unit testing against a real server, show error and reply message on fail...
  • 7bd5764 More travis fixes...
  • eed67a9 Set proper default values for class properties and don't call setters from co...
  • 899595b Fix travis config
  • f4549db Update travis config
  • 010d240 Update description, PHP version requirements, and copyrights in README and co...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [dapphp/radius](https://github.com/dapphp/radius) to permit the latest version.

Updates `dapphp/radius` to 3.1.0
- [Release notes](https://github.com/dapphp/radius/releases)
- [Commits](dapphp/radius@v3.0.0...3.1.0)

---
updated-dependencies:
- dependency-name: dapphp/radius
  dependency-version: 3.1.0
  dependency-type: direct:production
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Dec 29, 2025
@tvdijen tvdijen merged commit 8abb198 into master Dec 29, 2025
26 of 29 checks passed
@tvdijen tvdijen deleted the dependabot/composer/production-dependencies-5ae67adf84 branch December 29, 2025 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants