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 1515
1616use Micro \Framework \BootPluginDependent \Plugin \PluginDependedInterface ;
1717use Micro \Plugin \EventEmitter \EventEmitterPlugin ;
18+ use Micro \Plugin \HttpCore \HttpCorePlugin ;
1819
1920/**
2021 * @author Stanislau Komar <head.trackingsoft@gmail.com>
Original file line number Diff line number Diff line change 2323/**
2424 * @author Stanislau Komar <kost@micro-php.net>
2525 */
26- class ApplicationStartedListener implements EventListenerInterface
26+ readonly class ApplicationStartedListener implements EventListenerInterface
2727{
2828 public function __construct (
29- private readonly HttpFacadeInterface $ httpFacade
29+ private HttpFacadeInterface $ httpFacade
3030 ) {
3131 }
3232
Original file line number Diff line number Diff line change 1515 "micro/plugin-event-emitter" : " ^2.0" ,
1616 "micro/plugin-http-core" : " ^2.0"
1717 },
18- "require-dev" : {
19- "ergebnis/composer-normalize" : " ^2.34"
20- },
18+ "minimum-stability" : " dev" ,
2119 "autoload" : {
2220 "psr-4" : {
2321 "Micro\\ Plugin\\ HttpBoot\\ " : " /"
2422 }
2523 },
2624 "config" : {
27- "allow-plugins" : {
28- "ergebnis/composer-normalize" : true
29- },
3025 "sort-packages" : true
31- },
32- "minimum-stability" : " dev"
26+ }
3327}
You can’t perform that action at this time.
0 commit comments