Skip to content

Commit a72c685

Browse files
committed
withoutDefer() helper was only introduced in Laravel v11.30
see laravel/framework#53340
1 parent a0be582 commit a72c685

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
],
1616
"require": {
1717
"php": "^8.2",
18-
"illuminate/support": "^11.23||^12.0",
19-
"illuminate/filesystem": "^11.23||^12.0",
20-
"illuminate/container": "^11.23||^12.0"
18+
"illuminate/support": "^11.30||^12.0",
19+
"illuminate/filesystem": "^11.30||^12.0",
20+
"illuminate/container": "^11.30||^12.0"
2121
},
2222
"require-dev": {
2323
"laravel/pint": "^1.22",

0 commit comments

Comments
 (0)