Skip to content

Commit 3c846b4

Browse files
Add support for multiple psalm versions
1 parent 4c07b20 commit 3c846b4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `menu` will be documented in this file.
44

5+
## 2.9.0 - 2020-11-06
6+
7+
- Drop support for
8+
59
## 2.8.0 - 2018-11-05
610
- Add `exact-active` class to links that exactly match the current URL. This is accompanied by a `setExactActiveClass(string $class)` method to set the class name
711

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^7.0|^8.0|^9.0",
25-
"vimeo/psalm": "^3.11",
25+
"vimeo/psalm": "^3.11|^4.0",
2626
"larapack/dd": "^1.0"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)