Skip to content

Commit

Permalink
[Update] Updated symfony cache to version 5.0 (#332)
Browse files Browse the repository at this point in the history
* [Update] Updated symfony cache to version 5.0

The new version of Symfony is release, we should update the dependencies

* Update composer.json
  • Loading branch information
vanbrabantf authored and freekmurze committed Nov 23, 2019
1 parent 8aa0251 commit ca90548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"google/apiclient": "^2.0",
"laravel/framework": "^6.0",
"nesbot/carbon": "^2.0",
"symfony/cache": "^4.3"
"symfony/cache": "^4.3|^5.0"
},
"require-dev": {
"league/flysystem": ">=1.0.8",
Expand Down

0 comments on commit ca90548

Please sign in to comment.