build(deps): bump react/datagram from 1.9.0 to 1.10.0

Bumps [react/datagram](https://github.com/reactphp/datagram) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/reactphp/datagram/releases)
- [Changelog](https://github.com/reactphp/datagram/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/reactphp/datagram/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: react/datagram
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-17 02:44:49 +00:00 committed by Johannes Meyer
parent 3a9e74ef58
commit 76f8bce8d2

20
composer.lock generated
View File

@ -2791,28 +2791,28 @@
}, },
{ {
"name": "react/datagram", "name": "react/datagram",
"version": "v1.9.0", "version": "v1.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/reactphp/datagram.git", "url": "https://github.com/reactphp/datagram.git",
"reference": "13c259bb2fd04f238eeb85f3783167eedec46e2c" "reference": "9236e1f5a67a6029be17d551e9858c487836c301"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/reactphp/datagram/zipball/13c259bb2fd04f238eeb85f3783167eedec46e2c", "url": "https://api.github.com/repos/reactphp/datagram/zipball/9236e1f5a67a6029be17d551e9858c487836c301",
"reference": "13c259bb2fd04f238eeb85f3783167eedec46e2c", "reference": "9236e1f5a67a6029be17d551e9858c487836c301",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"evenement/evenement": "^3.0 || ^2.0 || ^1.0", "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"php": ">=5.3", "php": ">=5.3",
"react/dns": "^1.7", "react/dns": "^1.13",
"react/event-loop": "^1.2", "react/event-loop": "^1.2",
"react/promise": "^3 || ^2.1 || ^1.2" "react/promise": "^3.2 || ^2.1 || ^1.2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35", "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
"react/async": "^4 || ^3 || ^2" "react/async": "^4.3 || ^3 || ^2"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -2860,7 +2860,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/reactphp/datagram/issues", "issues": "https://github.com/reactphp/datagram/issues",
"source": "https://github.com/reactphp/datagram/tree/v1.9.0" "source": "https://github.com/reactphp/datagram/tree/v1.10.0"
}, },
"funding": [ "funding": [
{ {
@ -2868,7 +2868,7 @@
"type": "open_collective" "type": "open_collective"
} }
], ],
"time": "2022-12-05T13:45:40+00:00" "time": "2024-09-06T11:22:35+00:00"
}, },
{ {
"name": "react/dns", "name": "react/dns",