Skip to content

Commit d9027d8

Browse files
authored
Merge pull request #11 from Innmind/update-dependencies
Update dependencies
2 parents ab717dd + 00a3a09 commit d9027d8

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22

33
## [Unreleased]
44

5+
### Added
6+
7+
- Support for `innmind/filesystem:~8.0`
8+
59
### Changed
610

711
- Use more precise primitive types
812

13+
### Removed
14+
15+
- Support for `innmind/immutable:~4.0`
16+
917
### Fixed
1018

1119
- PHP `8.4` deprecations

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
},
1616
"require": {
1717
"php": "~8.2",
18-
"innmind/immutable": "~4.0|~5.0",
18+
"innmind/immutable": "~5.0",
1919
"innmind/url": "~4.0",
2020
"innmind/colour": "~4.0",
21-
"innmind/filesystem": "~7.0"
21+
"innmind/filesystem": "~7.0|~8.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)