20250302#5
This commit is contained in:
@@ -11,5 +11,5 @@ composer require rmphp/kernel
|
|||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
composer require rmphp/kernel:"^5.0"
|
composer require rmphp/kernel:"^6.0"
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -12,12 +12,12 @@
|
|||||||
"ext-yaml": "*",
|
"ext-yaml": "*",
|
||||||
"psr/log": "^3.0.0",
|
"psr/log": "^3.0.0",
|
||||||
"psr/container": "^1.0",
|
"psr/container": "^1.0",
|
||||||
"rmphp/foundation": "^2.1"
|
"rmphp/foundation": "^3.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Rmphp\\Kernel\\": "src/"
|
"Rmphp\\Kernel\\": "src/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user