Skip to content

Commit

Permalink
Merge pull request #29 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
syntaxlexx authored Mar 18, 2024
2 parents d406812 + 0f4e31c commit eed47fd
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "syntaxlexx/chatmessenger",
"description": "Simple one-to-one/group chat messaging tool for Laravel 5, 6, 7, 8, 9 & 10 with Pusher Integration",
"keywords": ["laravel", "chat", "messenger", "messaging", "user messaging", "chat", "pusher"],
"keywords": [
"laravel",
"chat",
"messenger",
"messaging",
"user messaging",
"chat",
"pusher"
],
"license": "MIT",
"authors": [
{
Expand All @@ -13,15 +21,15 @@
],
"require": {
"php": "^7.1.3|^8.0",
"illuminate/config": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/config": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"adamwathan/faktory": "0.3.*",
"friendsofphp/php-cs-fixer": "^2.5",
"orchestra/testbench": "^3.0|^4.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
"friendsofphp/php-cs-fixer": "^2.5|^3.51",
"orchestra/testbench": "^3.0|^4.0|^9.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit eed47fd

Please sign in to comment.