We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ba40b commit dabb4c8Copy full SHA for dabb4c8
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "webwizo/laravel-shortcodes",
3
"type": "library",
4
- "description": "Wordpress like shortcodes for Laravel 5.x",
+ "description": "Wordpress like shortcodes for Laravel 5 and 6",
5
"keywords": [
6
"laravel",
7
"wordpress",
@@ -18,9 +18,9 @@
18
}
19
],
20
"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",
+ "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",
24
"php": "^7.2"
25
},
26
"require-dev": {
0 commit comments