Skip to content

Commit 23f4cb8

Browse files
committed
build: Update php-parallel-lint to 1.4.0 to fix PHP 8.4 deprecation
Noticed this locally. This is a dev package, so doesn't affect prod. ``` PHP Deprecated: JakubOnderka\PhpParallelLint\Manager::run(): Implicitly marking parameter $settings as nullable is deprecated ```
1 parent 99aa428 commit 23f4cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"php": ">= 7.4"
44
},
55
"require-dev": {
6-
"php-parallel-lint/php-parallel-lint": "1.3.2"
6+
"php-parallel-lint/php-parallel-lint": "1.4.0"
77
},
88
"scripts": {
99
"test": "parallel-lint --exclude vendor/ .",

0 commit comments

Comments
 (0)