Skip to content

Commit

Permalink
Fix psalm requirement from require to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ilario-pierbattista committed Aug 13, 2021
1 parent 1de2eee commit ee29992
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 @@ -8,7 +8,8 @@
"phpunit/php-code-coverage": "^7.0",
"phpat/phpat": "^0.7.5",
"facile-it/facile-coding-standard": "^0.4.1",
"icomefromthenet/reverse-regex": "^0.1.0"
"icomefromthenet/reverse-regex": "^0.1.0",
"vimeo/psalm": "4.8.1"
},
"license": "MIT",
"authors": [
Expand All @@ -35,8 +36,7 @@
}
},
"require": {
"php": "^7.2 | ^8.0",
"vimeo/psalm": "4.8.1"
"php": "^7.2 | ^8.0"
},
"prefer-stable": true,
"archive": {
Expand Down

0 comments on commit ee29992

Please sign in to comment.