Skip to content

Commit

Permalink
support symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
krissss authored Jan 10, 2023
1 parent 0cd2ec7 commit 700ab6d
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 @@ -12,8 +12,8 @@
"minimum-stability": "stable",
"require": {
"php": ">7.0",
"symfony/http-foundation": "^3.0|^4.0|^5.0",
"symfony/finder": "^3.0|^4.0|^5.0",
"symfony/http-foundation": "^3.0|^4.0|^5.0|^6.0",
"symfony/finder": "^3.0|^4.0|^5.0|^6.0",
"nesbot/carbon": "^1.0|^2.0"
},
"autoload": {
Expand Down

0 comments on commit 700ab6d

Please sign in to comment.