From d06389a56ba247ce44c57d7b6f6b038e60f1f910 Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Tue, 12 Mar 2024 19:45:17 +0200 Subject: [PATCH] Adjustments after merging the 1.x branch --- Changelog.md | 4 +--- composer.json | 2 +- phpunit.xml.dist | 12 ++++++------ 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Changelog.md b/Changelog.md index 684542c..d7f7bdc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,9 +2,7 @@ # 2.x Series -- Dropped Laravel 9 support -- Dropped PHP 8.0 & 8.1 support -- Added PHP 8.3 support +- Dropped PHP 8.1 support - Added the `Ownable` interface to be used by Models - Added the `HasRoles::havingPermission()` query scope that accept a single `string|Permission` parameter - Added the `HasRoles::havingRole()` query scope that accept a single `string|Role` parameter diff --git a/composer.json b/composer.json index 5530ea7..132dd6c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "konekt/acl", - "description": "Concord Module for Permission handling (Laravel 10)", + "description": "Concord Module for Permission handling (Laravel 10 - 11)", "keywords": [ "laravel", "eloquent", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 0351074..15f75a6 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,13 +1,13 @@ - - - - src/ - - + tests + + + src/ + +