Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
allow symfony 7
Browse files Browse the repository at this point in the history
fixes #346
  • Loading branch information
tacman authored Jan 14, 2024
1 parent b15143c commit 4a1d85d
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 @@ -11,7 +11,7 @@
],
"require": {
"php": "^8.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": {
"mockery/mockery": "^1.0",
Expand Down

0 comments on commit 4a1d85d

Please sign in to comment.