Skip to content

Commit 3137683

Browse files
authored
Merge pull request #70 from WyriHaximus/drop-thecodingmachine-safe
Drop thecodingmachine/safe
2 parents e65d846 + 5ca74d8 commit 3137683

11 files changed

+3076
-2055
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-require-checker.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010
],
1111
"require": {
1212
"php": "^8.2",
13-
"clue/redis-react": "^2.7",
13+
"clue/redis-react": "^2.8",
1414
"evenement/evenement": "^3.0.2",
1515
"react/cache": "^1.2",
16-
"react/promise": "^3.1",
17-
"thecodingmachine/safe": "^2"
16+
"react/promise": "^3.2"
1817
},
1918
"require-dev": {
20-
"wyrihaximus/async-test-utilities": "^7.2"
19+
"wyrihaximus/async-test-utilities": "^8.0.5"
2120
},
2221
"autoload": {
2322
"psr-4": {

0 commit comments

Comments
 (0)