File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77- Requires PHP ` 8.4 `
88- Requires ` innmind/server-control:~7.0 `
9+ - Requires ` innmind/time:~1.0 `
910
1011## 5.0.0 - 2025-05-08
1112
Original file line number Diff line number Diff line change 1818 "php" : " ~8.4" ,
1919 "innmind/url" : " ~5.0" ,
2020 "innmind/server-control" : " ~7.0" ,
21- "innmind/time-warp" : " ~5.1" ,
22- "innmind/time-continuum" : " ~5.1" ,
21+ "innmind/time" : " ~1.0" ,
2322 "psr/log" : " ~3.0"
2423 },
2524 "autoload" : {
Original file line number Diff line number Diff line change 44namespace Innmind \FileWatch ;
55
66use Innmind \Server \Control \Server \Processes ;
7- use Innmind \TimeWarp \Halt ;
8- use Innmind \TimeContinuum \Period ;
7+ use Innmind \Time \{
8+ Halt ,
9+ Period ,
10+ };
911
1012final class Factory
1113{
Original file line number Diff line number Diff line change 1010 Process \Output ,
1111 Process \Output \Type ,
1212};
13- use Innmind \TimeWarp \Halt ;
14- use Innmind \TimeContinuum \Period ;
13+ use Innmind \Time \{
14+ Halt ,
15+ Period ,
16+ };
1517use Innmind \Immutable \{
1618 Attempt ,
1719 Sequence ,
Original file line number Diff line number Diff line change 1212 Stat ,
1313};
1414use Innmind \Server \Control \Server \Processes ;
15- use Innmind \TimeWarp \Halt ;
16- use Innmind \TimeContinuum \Period ;
15+ use Innmind \Time \{
16+ Halt ,
17+ Period ,
18+ };
1719use Innmind \Url \Path ;
1820use Psr \Log \LoggerInterface ;
1921
Original file line number Diff line number Diff line change 99 Processes ,
1010 Command ,
1111};
12- use Innmind \TimeWarp \Halt ;
13- use Innmind \TimeContinuum \Period ;
12+ use Innmind \Time \{
13+ Halt ,
14+ Period ,
15+ };
1416
1517/**
1618 * @internal
Original file line number Diff line number Diff line change 1111 ServerFactory ,
1212 Server \Command ,
1313};
14- use Innmind \TimeContinuum \Clock ;
15- use Innmind \TimeWarp \Halt ;
14+ use Innmind \Time \{
15+ Clock ,
16+ Halt ,
17+ };
1618use Innmind \IO \IO ;
1719use Innmind \Url \Path ;
1820use Psr \Log \NullLogger ;
You can’t perform that action at this time.
0 commit comments