Skip to content

Commit 18ecb3d

Browse files
authoredOct 12, 2024
Support
1 parent ea082af commit 18ecb3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "palpalani/laravel-spamassassin-score",
3-
"description": "check the spam score of emails before sending them.",
3+
"description": "Check the spam score of emails before sending them.",
44
"keywords": [
55
"palpalani",
66
"laravel-spamassassin-score"
@@ -15,15 +15,15 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.4|^8.0",
18+
"php": "^8.2",
1919
"guzzlehttp/guzzle": "^7.0",
20-
"illuminate/contracts": "^8.0|^9.0",
20+
"illuminate/contracts": "^9.0|^10.0|^11.0",
2121
"spatie/laravel-package-tools": "^1.4"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^6.0|^7.0",
25-
"phpunit/phpunit": "^9.0",
26-
"vimeo/psalm": "^4.4"
24+
"orchestra/testbench": "^7.0|^8.0|^9.0",
25+
"phpunit/phpunit": "^9.0|^10.0|^11.0",
26+
"vimeo/psalm": "^5.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)
Failed to load comments.