Skip to content

Commit beb9b27

Browse files
committed
Updated packages for laravel 12 compatibility
1 parent c5a78ce commit beb9b27

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@
3737
"require": {
3838
"php": "^8.2",
3939
"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"
40+
"illuminate/notifications": "^12.0",
41+
"illuminate/support": "^12.0",
42+
"illuminate/events": "^12.0",
43+
"illuminate/queue": "^12.0"
4444
},
4545
"require-dev": {
4646
"laravel/pint": "^1.18",
4747
"mockery/mockery": "^1.0",
48-
"orchestra/testbench": "^9.0",
49-
"phpunit/phpunit": "^10.5"
48+
"orchestra/testbench": "^10.0",
49+
"phpunit/phpunit": "^11.5"
5050
},
5151
"autoload": {
5252
"psr-4": {

0 commit comments

Comments
 (0)