Skip to content

Commit 067edc7

Browse files
committed
bump dependencies
1 parent 0648b1c commit 067edc7

2 files changed

Lines changed: 21 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
- `Innmind\OperatingSystem\Config::mapIO()`
88
- `Innmind\OperatingSystem\Config::mapSignalsHandler()`
99

10+
### Changed
11+
12+
- Requires `innmind/time:~1.3`
13+
- Requires `innmind/server-status:~6.1`
14+
- Requires `innmind/server-control:~7.2`
15+
- Requires `innmind/filesystem:~9.1`
16+
- Requires `innmind/http-transport:~9.3`
17+
- Requires `innmind/signals:~5.2`
18+
- Requires `innmind/file-watch:~6.1`
19+
- Requires `formal/access-layer:~5.2`
20+
- Requires `innmind/io:~4.2`
21+
1022
## 7.2.0 - 2026-08-16
1123

1224
### Changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
},
2020
"require": {
2121
"php": "~8.5",
22-
"innmind/time": "~1.0",
23-
"innmind/server-status": "~6.0",
24-
"innmind/server-control": "~7.0",
25-
"innmind/filesystem": "~9.0",
26-
"innmind/http-transport": "~9.0",
27-
"innmind/signals": "~5.0",
28-
"innmind/file-watch": "~6.0",
29-
"formal/access-layer": "~5.0",
30-
"innmind/io": "^4.1.1",
22+
"innmind/time": "~1.3",
23+
"innmind/server-status": "~6.1",
24+
"innmind/server-control": "~7.2",
25+
"innmind/filesystem": "~9.1",
26+
"innmind/http-transport": "~9.3",
27+
"innmind/signals": "~5.2",
28+
"innmind/file-watch": "~6.1",
29+
"formal/access-layer": "~5.2",
30+
"innmind/io": "~4.2",
3131
"innmind/immutable": "~6.0"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)