Skip to content

Commit

Permalink
Allow symfony 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
thecaliskan authored Dec 16, 2023
1 parent b68bc37 commit 6caa3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"ramsey/uuid": "^3.0|^4.1",
"spatie/backtrace": "^1.1",
"spatie/macroable": "^1.0|^2.0",
"symfony/stopwatch": "^4.0|^5.1|^6.0",
"symfony/var-dumper": "^4.2|^5.1|^6.0"
"symfony/stopwatch": "^4.0|^5.1|^6.0|^7.0",
"symfony/var-dumper": "^4.2|^5.1|^6.0|^7.0"
},
"require-dev": {
"illuminate/support": "6.x|^8.18|^9.0",
Expand Down

0 comments on commit 6caa3d6

Please sign in to comment.