Skip to content

Commit

Permalink
rem psalm for required
Browse files Browse the repository at this point in the history
  • Loading branch information
zakirullin committed Dec 19, 2020
1 parent 9d5287d commit 3cfcd7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"sort-packages": true
},
"require": {
"php": "^7.2|^8.0",
"vimeo/psalm": "4.3.1"
"php": "^7.2|^8.0"
},
"require-dev": {
"infection/infection": "^0.15|^0.20",
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^8.0",
"vimeo/psalm": "4.3.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3cfcd7e

Please sign in to comment.