File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 15
15
16
16
use Micro \Framework \BootPluginDependent \Plugin \PluginDependedInterface ;
17
17
use Micro \Plugin \EventEmitter \EventEmitterPlugin ;
18
+ use Micro \Plugin \HttpCore \HttpCorePlugin ;
18
19
19
20
/**
20
21
* @author Stanislau Komar <head.trackingsoft@gmail.com>
Original file line number Diff line number Diff line change 23
23
/**
24
24
* @author Stanislau Komar <kost@micro-php.net>
25
25
*/
26
- class ApplicationStartedListener implements EventListenerInterface
26
+ readonly class ApplicationStartedListener implements EventListenerInterface
27
27
{
28
28
public function __construct (
29
- private readonly HttpFacadeInterface $ httpFacade
29
+ private HttpFacadeInterface $ httpFacade
30
30
) {
31
31
}
32
32
Original file line number Diff line number Diff line change 15
15
"micro/plugin-event-emitter" : " ^2.0" ,
16
16
"micro/plugin-http-core" : " ^2.0"
17
17
},
18
- "require-dev" : {
19
- "ergebnis/composer-normalize" : " ^2.34"
20
- },
18
+ "minimum-stability" : " dev" ,
21
19
"autoload" : {
22
20
"psr-4" : {
23
21
"Micro\\ Plugin\\ HttpBoot\\ " : " /"
24
22
}
25
23
},
26
24
"config" : {
27
- "allow-plugins" : {
28
- "ergebnis/composer-normalize" : true
29
- },
30
25
"sort-packages" : true
31
- },
32
- "minimum-stability" : " dev"
26
+ }
33
27
}
You can’t perform that action at this time.
0 commit comments