Skip to content

Commit e0d9e65

Browse files
authored
Update composer.json
Add Laravel 11 Support
1 parent 7c12bdb commit e0d9e65

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
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, 7, 8, and 9",
4+
"description": "Wordpress like shortcodes for Laravel 5, 6, 7, 8, 9, 10 and 11",
55
"keywords": [
66
"laravel",
77
"wordpress",
@@ -18,10 +18,10 @@
1818
}
1919
],
2020
"require": {
21-
"illuminate/view": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0",
22-
"illuminate/support": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0",
23-
"illuminate/contracts": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0",
24-
"php": "^7.2|^8.0"
21+
"illuminate/view": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
22+
"illuminate/support": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
23+
"illuminate/contracts": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
24+
"php": "^7.2|^8.0|^8.1|^8.2"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^8.0|^9.0",

0 commit comments

Comments
 (0)