Skip to content

Commit e10443d

Browse files
authored
L11
1 parent 0a359ae commit e10443d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"homepage": "https://github.com/stechstudio/laravel-email-events",
1313
"keywords": ["Laravel", "Email Events", "Webhooks", "SendGrid", "Postmark"],
1414
"require": {
15-
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0"
15+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^9.0",
1919
"mockery/mockery": "^1.1",
20-
"orchestra/testbench": "^7.0",
20+
"orchestra/testbench": "^8.0|^9.0",
2121
"sempro/phpunit-pretty-print": "^1.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)