Skip to content

Commit

Permalink
Add support for Laravel 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Mar 12, 2020
1 parent 3cfae5a commit 402708c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
# CachedEmbed
A package for Laravel 5.5+ and Laravel 6.x to cache embed information retrieved using the https://github.com/oscarotero/Embed package.
A package for Laravel 5.5+, Laravel 6.x and Laravel 7.x to cache embed information retrieved using the https://github.com/oscarotero/Embed package.

[![Buy us a tree](https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-lightgreen?style=for-the-badge)](https://offset.earth/ademtisoftware?gift-trees)

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -3,7 +3,7 @@
"description": "Laravel package to cache embed information from https://github.com/oscarotero/Embed. Works with Laravel 5.5 to 5.8",
"keywords": [
"Laravel",
"oembed",
"oembed",
"embed",
"cache"
],
Expand All @@ -19,7 +19,7 @@
"require": {
"php": "^7.0",
"embed/embed": "~3.3",
"illuminate/cache": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0"
"illuminate/cache": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|~7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 402708c

Please sign in to comment.