Skip to content

Commit fc1ce55

Browse files
committed
Update v2.x-automation-test for micro/plugin-http-boot
1 parent 2a8cda4 commit fc1ce55

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

HttpBootPlugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
use Micro\Framework\BootPluginDependent\Plugin\PluginDependedInterface;
1717
use Micro\Plugin\EventEmitter\EventEmitterPlugin;
18+
use Micro\Plugin\HttpCore\HttpCorePlugin;
1819

1920
/**
2021
* @author Stanislau Komar <head.trackingsoft@gmail.com>

Listener/ApplicationStartedListener.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
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

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,13 @@
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
}

0 commit comments

Comments
 (0)