Skip to content

Commit

Permalink
Add support for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
3m1n3nc3 authored Apr 2, 2024
1 parent f5639bf commit 5714c09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"require": {
"php": ">= 8.1",
"guzzlehttp/guzzle": "^7.0",
"illuminate/notifications": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/notifications": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"toneflix-code/kudi-sms-php": "^1.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"fakerphp/faker": "^1.21",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"orchestra/testbench": "^8.8",
"pestphp/pest": "^2.33",
"pestphp/pest-plugin-laravel": "^2.0"
Expand Down

0 comments on commit 5714c09

Please sign in to comment.