Skip to content

Commit

Permalink
Allow Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Mar 17, 2024
1 parent 44978d6 commit 42d413d
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 @@ -24,7 +24,7 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.5.0",
"symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0"
"symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"cebe/markdown": "^1.1",
Expand Down

0 comments on commit 42d413d

Please sign in to comment.