Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d74da5e

Browse files
committedJun 26, 2020
fixes
1 parent af30aaa commit d74da5e

File tree

3 files changed

+3
-3514
lines changed

3 files changed

+3
-3514
lines changed
 

‎.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
/vendor/
3-
/build/
3+
/build/
4+
composer.lock

‎composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
"type": "library",
55
"require": {
66
"edgedesign/phpqa": "^1.23",
7-
"nette/neon": "^3.1",
7+
"nette/neon": "^3.0",
88
"phpstan/phpstan": "^0.11"
99
},
1010
"license": "MIT",
11-
"minimum-stability": "dev",
1211
"autoload": {
1312
"psr-4": {
1413
"Hrodic\\PHPQAPHPStanAnalyzer\\": "src"

0 commit comments

Comments
 (0)