Skip to content

Commit

Permalink
added Symfony v7.0 as allowed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
77web authored Dec 5, 2023
1 parent 30e83ee commit 2b5776b
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 2b5776b

Please sign in to comment.