Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Add Laravel 11 Support
  • Loading branch information
webwizo authored Mar 18, 2024
1 parent 7c12bdb commit e0d9e65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webwizo/laravel-shortcodes",
"type": "library",
"description": "Wordpress like shortcodes for Laravel 5, 6, 7, 8, and 9",
"description": "Wordpress like shortcodes for Laravel 5, 6, 7, 8, 9, 10 and 11",
"keywords": [
"laravel",
"wordpress",
Expand All @@ -18,10 +18,10 @@
}
],
"require": {
"illuminate/view": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0",
"php": "^7.2|^8.0"
"illuminate/view": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/contracts": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"php": "^7.2|^8.0|^8.1|^8.2"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
Expand Down

0 comments on commit e0d9e65

Please sign in to comment.