Skip to content

Commit

Permalink
allow Laravel 6 (#49)
Browse files Browse the repository at this point in the history
looking through the Laravel 6 upgrade guide, it doesn't seem like anything in this package should be affected.
  • Loading branch information
browner12 authored and webwizo committed Sep 5, 2019
1 parent 73ba40b commit dabb4c8
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.x",
"description": "Wordpress like shortcodes for Laravel 5 and 6",
"keywords": [
"laravel",
"wordpress",
Expand All @@ -18,9 +18,9 @@
}
],
"require": {
"illuminate/view": "5.6.x|5.7.x|5.8.x",
"illuminate/support": "5.6.x|5.7.x|5.8.x",
"illuminate/contracts": "5.6.x|5.7.x|5.8.x",
"illuminate/view": "5.6.x|5.7.x|5.8.x|^6.0",
"illuminate/support": "5.6.x|5.7.x|5.8.x|^6.0",
"illuminate/contracts": "5.6.x|5.7.x|5.8.x|^6.0",
"php": "^7.2"
},
"require-dev": {
Expand Down

0 comments on commit dabb4c8

Please sign in to comment.