Skip to content

Commit

Permalink
Support symfony v7 components
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Feb 3, 2024
1 parent c186be0 commit 476e19b
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 @@ -18,8 +18,8 @@
"illuminate/console": "^9.0 | ^10.0 | ^11.0",
"illuminate/support": "^9.0 | ^10.0| ^11.0",
"stefanzweifel/laravel-stats-phploc": "^7.0 | ^8.0",
"symfony/finder": "^6.0",
"symfony/process": "^6.0"
"symfony/finder": "^6.0 | ^7.0",
"symfony/process": "^6.0 | ^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2",
Expand Down

0 comments on commit 476e19b

Please sign in to comment.