Skip to content

Commit d760b5e

Browse files
authored
Merge pull request #44 from dotkernel/issue-43
Issue #43: Bump Psalm to 6.x
2 parents b1e8974 + 8bd40e4 commit d760b5e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
php:
1818
- "8.2"
1919
- "8.3"
20+
- "8.4"
2021

2122
steps:
2223
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
> dot-cli is a wrapper on top of [laminas-cli](https://github.com/laminas/laminas-cli)
55
66
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-cli)
7-
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-cli/3.8.0)
7+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-cli/3.8.1)
88

99
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-cli)](https://github.com/dotkernel/dot-cli/issues)
1010
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-cli)](https://github.com/dotkernel/dot-cli/network)

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"cli",
99
"console",
1010
"dotkernel",
11-
"laminas",
12-
"mezzio"
11+
"laminas"
1312
],
1413
"authors": [
1514
{
@@ -34,10 +33,10 @@
3433
}
3534
},
3635
"require-dev": {
37-
"laminas/laminas-coding-standard": "^2.5",
36+
"laminas/laminas-coding-standard": "^3.0",
3837
"mikey179/vfsstream": "^1.6.7",
3938
"phpunit/phpunit": "^10.2",
40-
"vimeo/psalm": "^5.13"
39+
"vimeo/psalm": "^6.0"
4140
},
4241
"autoload-dev": {
4342
"psr-4": {

0 commit comments

Comments
 (0)