Skip to content

Commit

Permalink
allow Laravel 8 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
browner12 authored Sep 10, 2020
1 parent 2c646e8 commit 6b4b2f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webwizo/laravel-shortcodes",
"type": "library",
"description": "Wordpress like shortcodes for Laravel 5, 6, and 7",
"description": "Wordpress like shortcodes for Laravel 5, 6, 7, and 8",
"keywords": [
"laravel",
"wordpress",
Expand All @@ -18,9 +18,9 @@
}
],
"require": {
"illuminate/view": "5.6.x|5.7.x|5.8.x|^6.0|^7.0",
"illuminate/support": "5.6.x|5.7.x|5.8.x|^6.0|^7.0",
"illuminate/contracts": "5.6.x|5.7.x|5.8.x|^6.0|^7.0",
"illuminate/view": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0",
"illuminate/support": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0",
"illuminate/contracts": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0",
"php": "^7.2"
},
"require-dev": {
Expand Down

0 comments on commit 6b4b2f4

Please sign in to comment.