Skip to content

Commit

Permalink
Merge pull request #6 from 7span/upgrade/laravel-9-to-10
Browse files Browse the repository at this point in the history
Added php 8.2 support
  • Loading branch information
kajal-7span authored Sep 19, 2023
2 parents bc9be24 + a43b91d commit 82ca0fa
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@
}
],
"require": {
"php": "^7.2.5||^8.0"
},
"require-dev": {
"psalm/plugin-laravel": "^1.2",
"vimeo/psalm": "^3.11"
"php": "^7.2.5||^8.0||^8.1||^8.2"
},
"require-dev": {},
"autoload": {
"psr-4": {
"SevenSpan\\WhatsApp\\": "src"
Expand All @@ -39,9 +36,7 @@
"SevenSpan\\WhatsApp\\Tests\\": "tests"
}
},
"scripts": {
"psalm": "vendor/bin/psalm"
},
"scripts": {},
"config": {
"sort-packages": true,
"allow-plugins": {
Expand All @@ -60,4 +55,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 82ca0fa

Please sign in to comment.