Merge pull request #650 from qxhy123/composer-typo

fix: remove duplicate dependency
This commit is contained in:
黄朝晖 2019-10-06 23:28:49 +08:00 committed by GitHub
commit 4bcacf474c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,8 +38,7 @@
"squizlabs/php_codesniffer": "^3.4",
"symfony/console": "^4.2",
"symfony/finder": "^4.1",
"vlucas/phpdotenv": "^3.1",
"egulias/email-validator": "^2.1"
"vlucas/phpdotenv": "^3.1"
},
"require-dev": {
"doctrine/common": "@stable",