Skip to content

Commit 3f0c5b2

Browse files
committed
update dependencies
1 parent 7dfbf87 commit 3f0c5b2

File tree

8 files changed

+991
-855
lines changed

8 files changed

+991
-855
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ jobs:
1212
uses: innmind/github-workflows/.github/workflows/psalm-matrix.yml@main
1313
cs:
1414
uses: innmind/github-workflows/.github/workflows/cs.yml@main
15-
with:
16-
php-version: '8.2'

CHANGELOG.md

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

3+
## [Unreleased]
4+
5+
### Changed
6+
7+
- Requires PHP `8.4`
8+
- Requires `innmind/foundation:~2.1`
9+
- Requires `innmind/git:~5.0`
10+
311
## 3.2.1 - 2025-08-10
412

513
### Fixed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"issues": "http://github.com/Innmind/GitRelease/issues"
1616
},
1717
"require": {
18-
"php": "~8.2",
19-
"innmind/foundation": "^1.7.1",
20-
"innmind/git": "~4.0"
18+
"php": "~8.4",
19+
"innmind/foundation": "~2.1",
20+
"innmind/git": "~5.0"
2121
},
2222
"autoload": {
2323
"psr-4": {
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"require-dev": {
34-
"innmind/static-analysis": "^1.2.1",
34+
"innmind/static-analysis": "~1.3",
3535
"innmind/black-box": "~6.5",
3636
"innmind/coding-standard": "~2.0"
3737
},

0 commit comments

Comments
 (0)