composer: move tracy from require to require-dev (#4331)

This commit is contained in:
Tomas Votruba 2020-09-29 18:50:18 +02:00 committed by GitHub
parent f67369735a
commit 5414a15492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,6 @@
"symplify/package-builder": "^8.3.17",
"symplify/set-config-resolver": "^8.3.17",
"symplify/smart-file-system": "^8.3.17",
"tracy/tracy": "^2.7",
"webmozart/assert": "^1.8"
},
"require-dev": {
@ -55,6 +54,7 @@
"symplify/easy-testing": "^8.3.17",
"symplify/monorepo-builder": "^8.3.17",
"symplify/phpstan-extensions": "^8.3.17",
"tracy/tracy": "^2.7",
"thecodingmachine/phpstan-strict-rules": "^0.12"
},
"replace": {