From 42ed3870fd9737e178771ebf8d8d5ebfc94d48c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20HEYD?= Date: Fri, 26 Apr 2024 14:01:08 +0200 Subject: [PATCH] Doc --- .scrutinizer.yml | 2 +- README.md | 7 +++++++ docs/index.md | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index d5ce4f50..629f25d8 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,7 +1,7 @@ build: image: default-bionic environment: - php: 8.1.2 + php: 8.2 filter: excluded_paths: - ".github/" diff --git a/README.md b/README.md index 9fe6bc5e..980a7f06 100755 --- a/README.md +++ b/README.md @@ -27,6 +27,13 @@ Other packages to extend the features : +## Version Compatibility + +| Laravel | Boilerplate | +|:----------------|:-------------------------------------------------------------| +| 11.x | [8.x](https://sebastienheyd.github.io/boilerplate/docs/8.x/) | +| 6.x → 10.x | [7.x](https://sebastienheyd.github.io/boilerplate/docs/7.x/) | + ## Documentation The documentation is readable on [Github pages](https://sebastienheyd.github.io/boilerplate/) diff --git a/docs/index.md b/docs/index.md index bb7dfdf4..18c37665 100755 --- a/docs/index.md +++ b/docs/index.md @@ -20,7 +20,7 @@ It includes profile creation and his management, user management, roles, permiss ## Version Compatibility -| Laravel | Boilerplate | -|:---------|:------------------| -| 11.x | [8.x](/docs/8.x/) | -| 6.x-10.x | [7.x](/docs/7.x/) | \ No newline at end of file +| Laravel | Boilerplate | +|:----------------|:------------------| +| 11.x | [8.x](/docs/8.x/) | +| 6.x → 10.x | [7.x](/docs/7.x/) | \ No newline at end of file