Skip to content

Commit eebcc7c

Browse files
author
matt
committed
Bump dependencies to versions supporting PHP8.5
1 parent 3df3797 commit eebcc7c

File tree

2 files changed

+142
-133
lines changed

2 files changed

+142
-133
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"php": "~8.3.0 || ~8.4.0 || ~8.5.0"
1515
},
1616
"require-dev": {
17-
"laminas/laminas-coding-standard": "^3.0",
18-
"phpunit/phpunit": "^12.0",
19-
"psalm/plugin-phpunit": "^0.19.2",
20-
"squizlabs/php_codesniffer": "^3.10",
21-
"vimeo/psalm": "^6.0"
17+
"laminas/laminas-coding-standard": "^3.1",
18+
"phpunit/phpunit": "^12.5",
19+
"psalm/plugin-phpunit": "^0.19.5",
20+
"squizlabs/php_codesniffer": "^3.13",
21+
"vimeo/psalm": "^6.14"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)