We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c81475 commit ee5f2f5Copy full SHA for ee5f2f5
2 files changed
composer.json
@@ -2,7 +2,7 @@
2
"name": "micro/plugin-console",
3
"description": "Micro Framework: Console application component",
4
"type": "library",
5
- "version": "1.0",
+ "version": "1.1",
6
"license": "MIT",
7
"autoload": {
8
"psr-4": {
src/ConsolePlugin.php
@@ -8,6 +8,7 @@
9
class ConsolePlugin extends AbstractPlugin
10
{
11
+ private readonly Container $container;
12
/**
13
* {@inheritDoc}
14
*/
0 commit comments