Skip to content

Commit 9d39fe9

Browse files
authored
Upgrade PHPUnit to 9.4 (#443)
1 parent 117ed8c commit 9d39fe9

13 files changed

+706
-278
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cs-check: $(CODE_SNIFFER)
4444
$(PHPNOGC) $(CODE_SNIFFER)
4545

4646
.PHONY: phpstan
47-
PHPSTAN=bin/phpstan
47+
PHPSTAN=vendor-bin/phpstan/vendor/bin/phpstan
4848
phpstan: ## Runs PHPStan
4949
phpstan: $(PHPSTAN)
5050
$(PHPNOGC) $(PHPSTAN) analyze src --level max

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"require-dev": {
3232
"bamarni/composer-bin-plugin": "^1.1",
3333
"humbug/box": "^3.8",
34-
"phpunit/phpunit": "^8.0"
34+
"phpspec/prophecy-phpunit": "^2.0",
35+
"phpunit/phpunit": "^9.0"
3536
},
3637
"replace": {
3738
"humbug/php-scoper": "self.version"

0 commit comments

Comments
 (0)