Skip to content

Commit

Permalink
Merge pull request #570 from 77web/patch-1
Browse files Browse the repository at this point in the history
[FIX] added Symfony v7.0 as allowed dependencies
  • Loading branch information
eigan authored Dec 22, 2023
2 parents 6922f00 + 2b5776b commit bfd7f8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"illuminate/support": "^9.0|^10.0",
"illuminate/validation": "^9.0|^10.0",
"illuminate/view": "^9.0|^10.0",
"symfony/cache": "^6.0",
"symfony/serializer": "^5.0|^6.0",
"symfony/yaml": "^5.0|^6.0"
"symfony/cache": "^6.0|^7.0",
"symfony/serializer": "^5.0|^6.0|^7.0",
"symfony/yaml": "^5.0|^6.0|^7.0"
},
"conflict": {
"laravel/lumen": "*"
Expand Down

0 comments on commit bfd7f8a

Please sign in to comment.