Skip to content

Commit

Permalink
Merge pull request #7 from SymfonyCasts/sf7
Browse files Browse the repository at this point in the history
Allow Symfony 7
  • Loading branch information
bocharsky-bw authored Nov 28, 2023
2 parents 81190a2 + 380d768 commit 5e83904
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
"php": ">=8.1"
},
"require-dev": {
"symfony/filesystem": "^6.3",
"symfony/framework-bundle": "^6.3",
"symfony/phpunit-bridge": "^6.3",
"symfony/filesystem": "^6.3|^7.0",
"symfony/framework-bundle": "^6.3|^7.0",
"symfony/phpunit-bridge": "^6.3|^7.0",
"phpstan/phpstan": "^1.10.39"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Symfonycasts\\MicroMapper\\": "src"
Expand Down
2 changes: 2 additions & 0 deletions tests/deprecations-ignored
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%_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\.$%
%^Method "PhpParser\\NodeVisitor\:\:enterNode\(\)" might add "int\|Node\|null" as a native return type declaration in the future\. Do the same in implementation "PhpParser\\NodeVisitorAbstract@anonymous" now to avoid errors or add an explicit @return annotation to suppress this message\.$%
Expand Down

0 comments on commit 5e83904

Please sign in to comment.