diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 190b4da..7ad749b 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -18,6 +18,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" steps: - name: Checkout diff --git a/.laminas-ci.json b/.laminas-ci.json index 82cd446..29216fa 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,6 +1,3 @@ { - "ignore_php_platform_requirements": { - "8.4": true - }, "backwardCompatibilityCheck": true } diff --git a/README.md b/README.md index 607f3de..bf76bef 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # dot-navigation ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-navigation) -![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-navigation/4.0.0) +![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-navigation/4.0.2) [![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-navigation)](https://github.com/dotkernel/dot-navigation/issues) [![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-navigation)](https://github.com/dotkernel/dot-navigation/network) @@ -60,7 +60,7 @@ Used to render the navigation container in a displayable format. It can render a The partial method is usually the more flexible one, custom rules can be defined and checked in the template. -If you are using twig, there is already a twig extension provided in package dot-twigrenderer, that you can use to easily parse the menus inside your templates +If you are using Twig, there is already a Twig extension provided in package dot-twigrenderer, that you can use to easily parse the menus inside your templates When using the partial method, the template will receive as parameters the container, the navigation service and any extra parameters set by the developer. diff --git a/composer.json b/composer.json index 3197633..5460d86 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "require-dev": { "laminas/laminas-coding-standard": "^3.0.0", "phpunit/phpunit": "^10.4.2", - "vimeo/psalm": "^5.16.0" + "vimeo/psalm": "^6.0" }, "autoload": { "psr-4": { diff --git a/docs/book/v3/navigation-renderer.md b/docs/book/v3/navigation-renderer.md index cb66fac..fe1a68a 100644 --- a/docs/book/v3/navigation-renderer.md +++ b/docs/book/v3/navigation-renderer.md @@ -4,7 +4,7 @@ Used to render the navigation container in a displayable format. It can render a The partial method is usually the more flexible one, custom rules can be defined and checked in the template. -If you are using twig, there is already a twig extension provided in package dot-twigrenderer, that you can use to easily parse the menus inside your templates +If you are using Twig, there is already a Twig extension provided in package dot-twigrenderer, that you can use to easily parse the menus inside your templates When using the partial method, the template will receive as parameters the container, the navigation service and any extra parameters set by the developer. diff --git a/docs/book/v4/navigation-renderer.md b/docs/book/v4/navigation-renderer.md index cb66fac..fe1a68a 100644 --- a/docs/book/v4/navigation-renderer.md +++ b/docs/book/v4/navigation-renderer.md @@ -4,7 +4,7 @@ Used to render the navigation container in a displayable format. It can render a The partial method is usually the more flexible one, custom rules can be defined and checked in the template. -If you are using twig, there is already a twig extension provided in package dot-twigrenderer, that you can use to easily parse the menus inside your templates +If you are using Twig, there is already a Twig extension provided in package dot-twigrenderer, that you can use to easily parse the menus inside your templates When using the partial method, the template will receive as parameters the container, the navigation service and any extra parameters set by the developer.