Skip to content

Commit 49f02e3

Browse files
authored
Merge pull request #33 from dotkernel/issue-32
Issue #32: Bump Psalm to 6.x
2 parents dc27bae + 85ccd90 commit 49f02e3

6 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "8.1"
1919
- "8.2"
2020
- "8.3"
21+
- "8.4"
2122

2223
steps:
2324
- name: Checkout

.laminas-ci.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{
2-
"ignore_php_platform_requirements": {
3-
"8.4": true
4-
},
52
"backwardCompatibilityCheck": true
63
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# dot-navigation
22

33
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-navigation)
4-
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-navigation/4.0.0)
4+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-navigation/4.0.2)
55

66
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-navigation)](https://github.com/dotkernel/dot-navigation/issues)
77
[![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
6060

6161
The partial method is usually the more flexible one, custom rules can be defined and checked in the template.
6262

63-
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
63+
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
6464

6565
When using the partial method, the template will receive as parameters the container, the navigation service and any extra parameters set by the developer.
6666

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"require-dev": {
3737
"laminas/laminas-coding-standard": "^3.0.0",
3838
"phpunit/phpunit": "^10.4.2",
39-
"vimeo/psalm": "^5.16.0"
39+
"vimeo/psalm": "^6.0"
4040
},
4141
"autoload": {
4242
"psr-4": {

docs/book/v3/navigation-renderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Used to render the navigation container in a displayable format. It can render a
44

55
The partial method is usually the more flexible one, custom rules can be defined and checked in the template.
66

7-
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
7+
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
88

99
When using the partial method, the template will receive as parameters the container, the navigation service and any extra parameters set by the developer.
1010

docs/book/v4/navigation-renderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Used to render the navigation container in a displayable format. It can render a
44

55
The partial method is usually the more flexible one, custom rules can be defined and checked in the template.
66

7-
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
7+
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
88

99
When using the partial method, the template will receive as parameters the container, the navigation service and any extra parameters set by the developer.
1010

0 commit comments

Comments
 (0)