Skip to content

Commit 3e38b37

Browse files
authored
fix: Add missing webmozart/assert (#39)
I am not convinced this is really needed and in general I think the less dependencies the better. Nonetheless the assert was installed as a transitive dependency before and no longer is resulting in our code failing.
1 parent 2996445 commit 3e38b37

File tree

2 files changed

+65
-2
lines changed

2 files changed

+65
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"infection/include-interceptor": "^0.2.0",
3535
"symfony/filesystem": "^6.4 || ^7.4",
3636
"symfony/process": "^6.4 || ^7.4",
37-
"symfony/yaml": "^6.4 || ^7.4"
37+
"symfony/yaml": "^6.4 || ^7.4",
38+
"webmozart/assert": "^2.0"
3839
},
3940
"extra": {
4041
"infection": {

composer.lock

Lines changed: 63 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)