willvincent / feeds

A simple Laravel service provider for including the SimplePie library.
MIT License
309 stars 76 forks source link

support for Laravel 7 #72

Closed diadal closed 4 years ago

diadal commented 4 years ago

support for Laravel 7

ctroms commented 4 years ago

@diadal It looks like you have an errant " after ^6.0 in your composer.json

"illuminate/support": "~5.0 || ^6.0" || ^7.0",