Skip to content

Commit d306b7b

Browse files
authored
Merge pull request #20 from Innmind/simplify-dependencies
Simplify dependencies
2 parents 7de85bc + 4b1943b commit d306b7b

2 files changed

Lines changed: 8 additions & 3 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 `innmind/foundation:~1.10`
8+
39
## 3.0.0 - 2025-09-20
410

511
### Added

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
},
1717
"require": {
1818
"php": "~8.2",
19-
"innmind/foundation": "~1.9",
20-
"innmind/di": "~3.0",
21-
"innmind/router": "~5.2"
19+
"innmind/foundation": "~1.10",
20+
"innmind/di": "~3.0"
2221
},
2322
"autoload": {
2423
"psr-4": {

0 commit comments

Comments
 (0)