Skip to content

Commit 591d971

Browse files
committed
Explicitly require webmozart/assert
1 parent b79e943 commit 591d971

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"guzzlehttp/guzzle": "^7.4",
2424
"illuminate/console": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2525
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
26-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
26+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
27+
"webmozart/assert": "^1.12"
2728
},
2829
"require-dev": {
2930
"friendsofphp/php-cs-fixer": "^3.0",

0 commit comments

Comments
 (0)