From a3e4ed70ac7303273f24fae6945afa12f799b637 Mon Sep 17 00:00:00 2001 From: Fariz Date: Mon, 18 Mar 2024 21:56:17 +0700 Subject: [PATCH] update readme --- composer.json | 2 +- readme.md | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c11f971..b6ba402 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ }, "require-dev": { "orchestra/testbench": "^9.0", - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^11.0", "jetbrains/phpstorm-attributes": "^1.0", "roave/security-advisories": "dev-latest", "vimeo/psalm": "^5.6" diff --git a/readme.md b/readme.md index 44c8915..8db4437 100644 --- a/readme.md +++ b/readme.md @@ -36,8 +36,13 @@ composer require dentro/yalr ``` ### Requirements - - PHP : "^8.0" - - Laravel : "^8.0|^9.0" +| PHP | Laravel | Yalr | +|-----|---------|------| +| 8.0 | 8.0 | 1.0 | +| 8.1 | 9.0 | 1.1 | +| 8.2 | 10.0 | 1.2 | +| 8.3 | 11.0 | 1.3 | + ### Applying into your project Run command in your project