Skip to content

Commit e5a4744

Browse files
committed
Fix shadow dependencies
1 parent 29a6501 commit e5a4744

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@
3131
},
3232
"require": {
3333
"php": "^8.2",
34-
"symfony/console": "^6.4 | ^7.0"
34+
"ext-pcntl": "*",
35+
"symfony/console": "^6.4 || ^7.0"
3536
},
3637
"require-dev": {
3738
"facile-it/facile-coding-standard": "^1.2",
3839
"jangregor/phpstan-prophecy": "2.2.0",
40+
"phpspec/prophecy": "^1.18",
3941
"phpspec/prophecy-phpunit": "^2.0",
4042
"phpstan/extension-installer": "^1.4",
4143
"phpstan/phpstan": "2.1.17",
@@ -44,6 +46,7 @@
4446
"rector/rector": "2.0.17",
4547
"shipmonk/composer-dependency-analyser": "^1.8",
4648
"symfony/phpunit-bridge": "^6.4 || ^7.0",
49+
"symfony/process": "^6.4 || ^7.0",
4750
"vimeo/psalm": "^6"
4851
}
4952
}

0 commit comments

Comments
 (0)