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 af30aaa commit d74da5eCopy full SHA for d74da5e
.gitignore
@@ -1,3 +1,4 @@
1
.idea
2
/vendor/
3
-/build/
+/build/
4
+composer.lock
composer.json
@@ -4,11 +4,10 @@
"type": "library",
5
"require": {
6
"edgedesign/phpqa": "^1.23",
7
- "nette/neon": "^3.1",
+ "nette/neon": "^3.0",
8
"phpstan/phpstan": "^0.11"
9
},
10
"license": "MIT",
11
- "minimum-stability": "dev",
12
"autoload": {
13
"psr-4": {
14
"Hrodic\\PHPQAPHPStanAnalyzer\\": "src"
0 commit comments