Fix #4109: Require webmozart/assert. (#4110)

This commit is contained in:
Adamo Crespi 2020-09-02 16:03:50 +02:00 committed by GitHub
parent 761b4b2e88
commit 8311a55573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,8 @@
"symplify/package-builder": "^8.2.11",
"symplify/set-config-resolver": "^8.2.11",
"symplify/smart-file-system": "^8.2.11",
"tracy/tracy": "^2.7"
"tracy/tracy": "^2.7",
"webmozart/assert": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",