We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea082af commit 18ecb3dCopy full SHA for 18ecb3d
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "palpalani/laravel-spamassassin-score",
3
- "description": "check the spam score of emails before sending them.",
+ "description": "Check the spam score of emails before sending them.",
4
"keywords": [
5
"palpalani",
6
"laravel-spamassassin-score"
@@ -15,15 +15,15 @@
15
}
16
],
17
"require": {
18
- "php": "^7.4|^8.0",
+ "php": "^8.2",
19
"guzzlehttp/guzzle": "^7.0",
20
- "illuminate/contracts": "^8.0|^9.0",
+ "illuminate/contracts": "^9.0|^10.0|^11.0",
21
"spatie/laravel-package-tools": "^1.4"
22
},
23
"require-dev": {
24
- "orchestra/testbench": "^6.0|^7.0",
25
- "phpunit/phpunit": "^9.0",
26
- "vimeo/psalm": "^4.4"
+ "orchestra/testbench": "^7.0|^8.0|^9.0",
+ "phpunit/phpunit": "^9.0|^10.0|^11.0",
+ "vimeo/psalm": "^5.0"
27
28
"autoload": {
29
"psr-4": {
0 commit comments