Skip to content

Commit

Permalink
Update dev requirements (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspoerschke committed Oct 4, 2020
1 parent c945a99 commit f4b054c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
MAKEFLAGS += --warn-undefined-variables
SHELL := bash
PATH := $(PATH):$(CURDIR)/vendor/bin
PATH := $(CURDIR)/vendor/bin:$(PATH)
PSALM_FLAGS ?=
PHPUNIT_FLAGS ?=

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -25,12 +25,12 @@
"php": "7.4.6"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.2",
"ergebnis/composer-normalize": "^2.8",
"friendsofphp/php-cs-fixer": "^2.16",
"infection/infection": "^0.17.5",
"phpmd/phpmd": "^2.9",
"phpunit/phpunit": "^8",
"vimeo/psalm": "^3.7"
"phpunit/phpunit": "^9",
"vimeo/psalm": "^3.16"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f4b054c

Please sign in to comment.