Skip to content

Commit 491d4a7

Browse files
authored
Merge pull request #5 from reactphp-parallel/upgrade-to-stable-v2-packages
Upgrade to stable v2 packages
2 parents a95def0 + 919b4bf commit 491d4a7

File tree

5 files changed

+853
-978
lines changed

5 files changed

+853
-978
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ cs: ## Check the code for code style issues
4646
stan: ## Run static analysis (PHPStan)
4747
$(DOCKER_RUN) vendor/bin/phpstan analyse src tests --ansi -c ./etc/qa/phpstan.neon
4848

49-
psalm: ## Run static analysis (Psalm)
50-
$(DOCKER_RUN) vendor/bin/psalm --threads=$(THREADS) --shepherd --stats --config=./etc/qa/psalm.xml
51-
5249
unit-testing: ## Run tests
5350
$(DOCKER_RUN) vendor/bin/phpunit --colors=always -c ./etc/qa/phpunit.xml --coverage-text --coverage-html ./var/tests-unit-coverage-html --coverage-clover ./var/tests-unit-clover-coverage.xml
5451
$(DOCKER_RUN) test -n "$(COVERALLS_REPO_TOKEN)" && test -n "$(COVERALLS_RUN_LOCALLY)" && test -f ./var/tests-unit-clover-coverage.xml && vendor/bin/php-coveralls -v --coverage_clover ./build/logs/clover.xml --json_path ./var/tests-unit-clover-coverage-upload.json || true

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"php": "^8.2",
1414
"ext-parallel": "*",
1515
"ext-random": "*",
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",
1818
"react/async": "^4.3",
1919
"react/event-loop": "^1.5",
2020
"react/promise": "^3.1",
@@ -25,7 +25,7 @@
2525
"wyrihaximus/ticking-promise": "^3.1"
2626
},
2727
"require-dev": {
28-
"react-parallel/pool-tests": "^4@dev",
28+
"react-parallel/pool-tests": "^4.0.0",
2929
"wyrihaximus/async-test-utilities": "^7.2"
3030
},
3131
"autoload": {

0 commit comments

Comments
 (0)