Skip to content

Commit 37ade8a

Browse files
authored
Merge pull request #22 from Innmind/drop-php-84
Drop PHP `8.4` support
2 parents 27a3871 + 730cf0d commit 37ade8a

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## [Unreleased]
4+
5+
### Changed
6+
7+
- Requires PHP `8.5`
8+
39
## 5.0.0 - 2026-02-08
410

511
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"issues": "http://github.com/Innmind/CLI/issues"
1616
},
1717
"require": {
18-
"php": "~8.4",
18+
"php": "~8.5",
1919
"innmind/io": "~4.0",
2020
"innmind/immutable": "~6.0",
2121
"innmind/url": "~5.0",

psalm.xml

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

0 commit comments

Comments
 (0)