Skip to content

Commit ca9c906

Browse files
authored
fix: add missing webmozart/assert dependency (#420)
1 parent 06b5c1d commit ca9c906

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/composer-php-74.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"description": "Rector upgrades rules for Laravel Framework",
66
"require": {
77
"php": "^7.4 || ^8.0",
8-
"rector/rector": "^2.2.7"
8+
"rector/rector": "^2.2.7",
9+
"webmozart/assert": "^1.11"
910
},
1011
"autoload": {
1112
"psr-4": {

0 commit comments

Comments
 (0)