2 parents ab717dd + 00a3a09 commit d9027d8Copy full SHA for d9027d8
2 files changed
CHANGELOG.md
@@ -2,10 +2,18 @@
2
3
## [Unreleased]
4
5
+### Added
6
+
7
+- Support for `innmind/filesystem:~8.0`
8
9
### Changed
10
11
- Use more precise primitive types
12
13
+### Removed
14
15
+- Support for `innmind/immutable:~4.0`
16
17
### Fixed
18
19
- PHP `8.4` deprecations
composer.json
@@ -15,10 +15,10 @@
},
"require": {
"php": "~8.2",
- "innmind/immutable": "~4.0|~5.0",
+ "innmind/immutable": "~5.0",
"innmind/url": "~4.0",
20
"innmind/colour": "~4.0",
21
- "innmind/filesystem": "~7.0"
+ "innmind/filesystem": "~7.0|~8.0"
22
23
"autoload": {
24
"psr-4": {
0 commit comments