Skip to content

Commit

Permalink
Merge pull request #3 from sumocoders/master
Browse files Browse the repository at this point in the history
Allow symfony 7 projects
  • Loading branch information
sanderdlm authored Apr 11, 2024
2 parents e4fdd32 + 63666a1 commit 8f5e679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"hollodotme/fast-cgi-client": "^3.1"
},
"require-dev": {
"symfony/var-dumper": "^6.2",
"symfony/var-dumper": "^6.2 || ^7.0",
"phpstan/phpstan": "^1.9",
"squizlabs/php_codesniffer": "^3.7",
"phpunit/phpunit": "^10"
Expand Down

0 comments on commit 8f5e679

Please sign in to comment.