From a6df5024c9e03fc3c6e074600faf47039b5f2e8e Mon Sep 17 00:00:00 2001 From: Imran Zahoor Date: Fri, 6 Oct 2023 19:26:43 +0500 Subject: [PATCH 1/2] Updated package version to comply with PHP version 8.2. --- .gitignore | 1 + composer.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 71fb3d6..34e8949 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.idea +/.vscode /vendor /node_modules package-lock.json diff --git a/composer.json b/composer.json index 4e53961..0a88346 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,8 @@ "license": "MIT", "require": { "php": "^8.0", - "spatie/laravel-translatable": "^4.0", - "spatie/laravel-package-tools": "^1.9" + "spatie/laravel-translatable": "^6.5", + "spatie/laravel-package-tools": "^1.13" }, "autoload": { "psr-4": { From 1997ba2959021998583eec3103421ebdb0a01937 Mon Sep 17 00:00:00 2001 From: Imran Zahoor Date: Fri, 6 Oct 2023 21:52:00 +0500 Subject: [PATCH 2/2] Updated readme. --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 7309ba0..aeaa31b 100644 --- a/readme.md +++ b/readme.md @@ -9,9 +9,9 @@ This package allows you to switch Nova language. Languages could be retrieved as | Requirements | Version | |--------------|---------| -| PHP | ^8.0 | -| Laravel | ^8.0 | -| Laravel Nova | ~3.0 | +| PHP | ^8.0+ | +| Laravel | ^8.0, 9 | +| Laravel Nova | ~3.0 | ### Installation