File tree Expand file tree Collapse file tree 5 files changed +3329
-2016
lines changed Expand file tree Collapse file tree 5 files changed +3329
-2016
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,11 @@ cs: ## Check the code for code style issues
46
46
stan : # # Run static analysis (PHPStan)
47
47
$(DOCKER_RUN ) vendor/bin/phpstan analyse src --ansi -c ./etc/qa/phpstan.neon
48
48
49
- psalm : # # Run static analysis (Psalm)
50
- $(DOCKER_RUN ) vendor/bin/psalm --threads=$(THREADS ) --shepherd --stats --config=./etc/qa/psalm.xml
51
-
52
49
composer-require-checker : # # Ensure we require every package used in this package directly
53
50
$(DOCKER_RUN ) vendor/bin/composer-require-checker --ignore-parse-errors --ansi -vvv --config-file=./etc/qa/composer-require-checker.json
54
51
55
52
composer-unused : # # Ensure we don't require any package we don't use in this package directly
56
- $(DOCKER_RUN ) vendor/bin/composer-unused --ansi
53
+ $(DOCKER_RUN ) vendor/bin/composer-unused --ansi --configuration=./etc/qa/composer-unused.php
57
54
58
55
composer-install : # # Install dependencies
59
56
$(DOCKER_RUN ) composer install --no-progress --ansi --no-interaction --prefer-dist -o
Original file line number Diff line number Diff line change 13
13
"php" : " ^8.1" ,
14
14
"ext-parallel" : " *" ,
15
15
"moneyphp/money" : " ^3.2.1 || ^4.0.0" ,
16
- "react-parallel/contracts" : " ^2@dev " ,
17
- "react-parallel/event-loop" : " ^2@dev " ,
16
+ "react-parallel/contracts" : " ^2.0.0 " ,
17
+ "react-parallel/event-loop" : " ^2.0.0 " ,
18
18
"react/event-loop" : " ^1.5" ,
19
19
"react/promise" : " ^2.9 || ^3.1" ,
20
20
"wyrihaximus/async-test-utilities" : " ^5 || ^7.2" ,
21
21
"wyrihaximus/pool-info" : " ^1.1 || ^2.0"
22
22
},
23
- "require-dev" : {},
24
23
"autoload" : {
25
24
"psr-4" : {
26
25
"ReactParallel\\ Tests\\ " : " src/"
You can’t perform that action at this time.
0 commit comments