Skip to content

Commit

Permalink
Upgrade PHPUnit to 9.4 (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa authored Nov 29, 2020
1 parent 117ed8c commit 9d39fe9
Show file tree
Hide file tree
Showing 13 changed files with 706 additions and 278 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cs-check: $(CODE_SNIFFER)
$(PHPNOGC) $(CODE_SNIFFER)

.PHONY: phpstan
PHPSTAN=bin/phpstan
PHPSTAN=vendor-bin/phpstan/vendor/bin/phpstan
phpstan: ## Runs PHPStan
phpstan: $(PHPSTAN)
$(PHPNOGC) $(PHPSTAN) analyze src --level max
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.1",
"humbug/box": "^3.8",
"phpunit/phpunit": "^8.0"
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.0"
},
"replace": {
"humbug/php-scoper": "self.version"
Expand Down
Loading

0 comments on commit 9d39fe9

Please sign in to comment.