20250302#5

This commit is contained in:
User
2025-03-02 21:37:35 +03:00
parent 97f6629907
commit f5f51ef99c
2 changed files with 3 additions and 3 deletions

View File

@@ -11,5 +11,5 @@ composer require rmphp/kernel
``` ```
```bash ```bash
composer require rmphp/kernel:"^5.0" composer require rmphp/kernel:"^6.0"
``` ```

View File

@@ -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/"
} }
} }
} }