Skip to content

Commit

Permalink
支持 symfony/cache 5.* ,解决 laravel 8 依赖冲突问题 #21 (#22)
Browse files Browse the repository at this point in the history
* 支持 symfony/cache 5.* ,解决 laravel 8  依赖冲突问题 (#21)
  • Loading branch information
iMactool authored Jul 7, 2021
1 parent bb37ea8 commit 32918aa
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 @@ -17,7 +17,7 @@
],
"require": {
"guzzlehttp/guzzle": "^6.5|^7.0.1",
"symfony/cache": "^4.4"
"symfony/cache": "^4.4|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 32918aa

Please sign in to comment.