Skip to content

Commit b328a83

Browse files
committed
Merge branch 'develop'
* develop: specify next release add support for innmind/operating-system 5 CS
2 parents 74b42d0 + a29c099 commit b328a83

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 4.1.0 - 2024-03-10
4+
5+
### Added
6+
7+
- Support for `innmind/operating-system:~5.0`
8+
39
## 4.0.0 - 2023-11-26
410

511
### Changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": "~8.2",
1919
"innmind/immutable": "~5.2",
2020
"ramsey/uuid": "~4.7",
21-
"innmind/operating-system": "~4.1",
21+
"innmind/operating-system": "~4.1|~5.0",
2222
"innmind/framework": "~2.0",
2323
"innmind/json": "^1.3",
2424
"innmind/html": "~6.2",

src/Profiler/Load.php

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
};
1212
use Innmind\TimeContinuum\{
1313
Clock,
14-
PointInTime,
1514
Earth\Format\ISO8601,
1615
};
1716
use Innmind\Filesystem\{

src/Profiler/Mutation/AppGraph.php

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
use Innmind\Filesystem\{
77
Adapter,
8-
Name,
98
Directory,
109
File,
1110
File\Content,

src/Profiler/Mutation/CallGraph.php

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
use Innmind\Filesystem\{
77
Adapter,
8-
Name,
98
Directory,
109
File,
1110
File\Content,

src/Profiler/Mutation/Exception.php

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
use Innmind\Filesystem\{
77
Adapter,
8-
Name,
98
Directory,
109
File,
1110
File\Content,

src/Template/Index.php

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use Innmind\Html\{
1010
Node\Document,
1111
Element\A,
12-
Element\Img,
1312
};
1413
use Innmind\Xml\{
1514
Node\Document\Type,

0 commit comments

Comments
 (0)