Skip to content

Commit 6b4b2f4

Browse files
authored
allow Laravel 8 (#61)
1 parent 2c646e8 commit 6b4b2f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

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

0 commit comments

Comments
 (0)