We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3bbbb commit f630286Copy full SHA for f630286
.gitignore
@@ -2,3 +2,4 @@ vendor/
2
composer.lock
3
phpunit.xml
4
.phpunit.result.cache
5
+.idea/
composer.json
@@ -21,11 +21,11 @@
21
"phpstan": "vendor/bin/phpstan analyze src --level=3"
22
},
23
"require" : {
24
- "php": ">=7.4",
25
- "phpstan/phpstan": "^1.5"
+ "php": ">=7.4"
26
27
"require-dev": {
28
"friendsofphp/php-cs-fixer": "^3.0",
+ "phpstan/phpstan": "^1.5",
29
"phpunit/phpunit": "^9"
30
31
"autoload" : {
0 commit comments