We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a6501 commit e5a4744Copy full SHA for e5a4744
composer.json
@@ -31,11 +31,13 @@
31
},
32
"require": {
33
"php": "^8.2",
34
- "symfony/console": "^6.4 | ^7.0"
+ "ext-pcntl": "*",
35
+ "symfony/console": "^6.4 || ^7.0"
36
37
"require-dev": {
38
"facile-it/facile-coding-standard": "^1.2",
39
"jangregor/phpstan-prophecy": "2.2.0",
40
+ "phpspec/prophecy": "^1.18",
41
"phpspec/prophecy-phpunit": "^2.0",
42
"phpstan/extension-installer": "^1.4",
43
"phpstan/phpstan": "2.1.17",
@@ -44,6 +46,7 @@
44
46
"rector/rector": "2.0.17",
45
47
"shipmonk/composer-dependency-analyser": "^1.8",
48
"symfony/phpunit-bridge": "^6.4 || ^7.0",
49
+ "symfony/process": "^6.4 || ^7.0",
50
"vimeo/psalm": "^6"
51
}
52
0 commit comments