Skip to content

Commit 1c36d9a

Browse files
committed
Merge branch 'develop'
* develop: specify next release add NoDiscard attribute on mutation free methods test async signals retrieve the signals handler from the config use innmind/signals 4
2 parents 4f53add + 01d8f5d commit 1c36d9a

16 files changed

Lines changed: 200 additions & 13 deletions

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 6.2.0 - 2025-08-10
4+
5+
### Added
6+
7+
- `Innmind\OperatingSystem\Config::handleSignalsVia()`
8+
9+
### Changed
10+
11+
- Requires `innmind/signals:~4.0`
12+
313
## 6.1.0 - 2025-08-17
414

515
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"innmind/filesystem": "~8.1",
2323
"innmind/http-transport": "~8.0",
2424
"innmind/time-warp": "~4.0",
25-
"innmind/signals": "~3.0",
25+
"innmind/signals": "~4.0",
2626
"innmind/file-watch": "~5.0",
2727
"formal/access-layer": "~4.0",
2828
"innmind/io": "~3.2",

psalm.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@
1414
<directory name="vendor" />
1515
</ignoreFiles>
1616
</projectFiles>
17+
<issueHandlers>
18+
<UndefinedAttributeClass errorLevel="suppress" />
19+
</issueHandlers>
1720
</psalm>

0 commit comments

Comments
 (0)