We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a78ce commit 21c4442Copy full SHA for 21c4442
composer.json
@@ -37,16 +37,16 @@
37
"require": {
38
"php": "^8.2",
39
"twilio/sdk": "^7.16 || ^8.3",
40
- "illuminate/notifications": "^11.0",
41
- "illuminate/support": "^11.0",
42
- "illuminate/events": "^11.0",
43
- "illuminate/queue": "^11.0"
+ "illuminate/notifications": "^11.0 || ^12.0",
+ "illuminate/support": "^11.0 || ^12.0",
+ "illuminate/events": "^11.0 || ^12.0",
+ "illuminate/queue": "^11.0 || ^12.0"
44
},
45
"require-dev": {
46
"laravel/pint": "^1.18",
47
"mockery/mockery": "^1.0",
48
- "orchestra/testbench": "^9.0",
49
- "phpunit/phpunit": "^10.5"
+ "orchestra/testbench": "^9.0 || ^10.0",
+ "phpunit/phpunit": "^10.5 || ^11.5.3"
50
51
"autoload": {
52
"psr-4": {
0 commit comments