Skip to content

Commit ee29992

Browse files
Fix psalm requirement from require to require-dev
1 parent 1de2eee commit ee29992

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"phpunit/php-code-coverage": "^7.0",
99
"phpat/phpat": "^0.7.5",
1010
"facile-it/facile-coding-standard": "^0.4.1",
11-
"icomefromthenet/reverse-regex": "^0.1.0"
11+
"icomefromthenet/reverse-regex": "^0.1.0",
12+
"vimeo/psalm": "4.8.1"
1213
},
1314
"license": "MIT",
1415
"authors": [
@@ -35,8 +36,7 @@
3536
}
3637
},
3738
"require": {
38-
"php": "^7.2 | ^8.0",
39-
"vimeo/psalm": "4.8.1"
39+
"php": "^7.2 | ^8.0"
4040
},
4141
"prefer-stable": true,
4242
"archive": {

0 commit comments

Comments
 (0)