We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de2eee commit ee29992Copy full SHA for ee29992
composer.json
@@ -8,7 +8,8 @@
8
"phpunit/php-code-coverage": "^7.0",
9
"phpat/phpat": "^0.7.5",
10
"facile-it/facile-coding-standard": "^0.4.1",
11
- "icomefromthenet/reverse-regex": "^0.1.0"
+ "icomefromthenet/reverse-regex": "^0.1.0",
12
+ "vimeo/psalm": "4.8.1"
13
},
14
"license": "MIT",
15
"authors": [
@@ -35,8 +36,7 @@
35
36
}
37
38
"require": {
- "php": "^7.2 | ^8.0",
39
- "vimeo/psalm": "4.8.1"
+ "php": "^7.2 | ^8.0"
40
41
"prefer-stable": true,
42
"archive": {
0 commit comments