Skip to content

Commit

Permalink
Set minimum-stability to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw committed Nov 22, 2023
1 parent 1913c40 commit 380d768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"symfony/phpunit-bridge": "^6.3|^7.0",
"phpstan/phpstan": "^1.10.39"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Symfonycasts\\MicroMapper\\": "src"
Expand Down
1 change: 1 addition & 0 deletions tests/deprecations-ignored
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
%_PHPStan_3a5328b15%
%_PHPStan_993c0a2e7%
%_PHPStan_d5c599c96%
%^Method "PhpParser\\NodeVisitor\:\:leaveNode\(\)" might add "int\|Node\|array\|null" as a native return type declaration in the future\. Do the same in implementation "PHPStan\\BetterReflection\\SourceLocator\\SourceStubber\\PhpStormStubs\\CachingVisitor" now to avoid errors or add an explicit @return annotation to suppress this message\.$%
Expand Down

0 comments on commit 380d768

Please sign in to comment.