Skip to content

Commit a0be582

Browse files
committed
Fix testing by requiring lowest Laravel v11.23, as defer() was only introduced at that point
1 parent 6391cc3 commit a0be582

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

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

0 commit comments

Comments
 (0)