20230603#1
This commit is contained in:
17
README.md
17
README.md
@@ -2,3 +2,20 @@
|
|||||||
|
|
||||||
Kernel for **Rmphp**
|
Kernel for **Rmphp**
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
Stable version
|
||||||
|
|
||||||
|
```bash
|
||||||
|
composer require rmphp/kernel
|
||||||
|
```
|
||||||
|
```bash
|
||||||
|
composer require rmphp/kernel:"^1.0"
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Dev version contains the latest changes
|
||||||
|
|
||||||
|
```bash
|
||||||
|
composer require rmphp/kernel:"1.0.x-dev"
|
||||||
|
```
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
|
"ext-yaml": "*",
|
||||||
"psr/log": "^3.0.0",
|
"psr/log": "^3.0.0",
|
||||||
"psr/container": "^1.0",
|
"psr/container": "^1.0",
|
||||||
"rmphp/foundation": "1.0.x-dev"
|
"rmphp/foundation": "1.0.x-dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user