Skip to content

Commit dabb4c8

Browse files
browner12webwizo
authored andcommitted
allow Laravel 6 (#49)
looking through the Laravel 6 upgrade guide, it doesn't seem like anything in this package should be affected.
1 parent 73ba40b commit dabb4c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webwizo/laravel-shortcodes",
33
"type": "library",
4-
"description": "Wordpress like shortcodes for Laravel 5.x",
4+
"description": "Wordpress like shortcodes for Laravel 5 and 6",
55
"keywords": [
66
"laravel",
77
"wordpress",
@@ -18,9 +18,9 @@
1818
}
1919
],
2020
"require": {
21-
"illuminate/view": "5.6.x|5.7.x|5.8.x",
22-
"illuminate/support": "5.6.x|5.7.x|5.8.x",
23-
"illuminate/contracts": "5.6.x|5.7.x|5.8.x",
21+
"illuminate/view": "5.6.x|5.7.x|5.8.x|^6.0",
22+
"illuminate/support": "5.6.x|5.7.x|5.8.x|^6.0",
23+
"illuminate/contracts": "5.6.x|5.7.x|5.8.x|^6.0",
2424
"php": "^7.2"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)