Skip to content

Commit 9f90b9a

Browse files
remove potentially unneeded requirement
1 parent dfb53fa commit 9f90b9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"php": "^8.0",
2020
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2121
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
22-
"illuminate/events": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
23-
"laravel/serializable-closure": "^2.0"
22+
"illuminate/events": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
2423
},
2524
"autoload": {
2625
"psr-4": {

0 commit comments

Comments
 (0)