Skip to content

Commit 8b2dddb

Browse files
authored
allow Laravel 7 (#53)
if you don't want to continue supporting super old versions of Laravel, you might consider breaking off a v2 of this package that only supports Laravel 7, instead of this PR.
1 parent dabb4c8 commit 8b2dddb

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 and 6",
4+
"description": "Wordpress like shortcodes for Laravel 5, 6, and 7",
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|^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",
21+
"illuminate/view": "5.6.x|5.7.x|5.8.x|^6.0|^7.0",
22+
"illuminate/support": "5.6.x|5.7.x|5.8.x|^6.0|^7.0",
23+
"illuminate/contracts": "5.6.x|5.7.x|5.8.x|^6.0|^7.0",
2424
"php": "^7.2"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)