Skip to content

Commit

Permalink
Update composer to support older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
siebsie23 committed Apr 5, 2024
1 parent 2ce49a6 commit 475dedc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"homepage": "https://github.com/siebsie23/laravel-mailbox",
"license": "MIT",
"require": {
"php": "^8.1|^8.2",
"illuminate/container": "^9.0|^10.0|^11.0",
"illuminate/database": "^9.0|^10.0|^11.0",
"illuminate/log": "^9.0|^10.0|^11.0",
"illuminate/routing": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"willdurand/email-reply-parser": "^2.10",
"zbateson/mail-mime-parser": "^2.4"
"php": "^8.0",
"illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/log": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"willdurand/email-reply-parser": "^2.8",
"zbateson/mail-mime-parser": "^1.1|^2.4"
},
"require-dev": {
"laminas/laminas-mail": "^2.25",
"mockery/mockery": "^1.6",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"orchestra/testbench": "^4.0|^5.0|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^7.0|^8.0|^9.3|^10.5"
},
"autoload": {
Expand Down

0 comments on commit 475dedc

Please sign in to comment.