Skip to content

Commit

Permalink
降低dump版本
Browse files Browse the repository at this point in the history
  • Loading branch information
LincolnBruce committed Apr 19, 2018
1 parent a24d36a commit 8bb0735
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 111 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor
vendor
.idea
156 changes: 73 additions & 83 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
],
"license": "MIT",
"type": "library",
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
},
"require": {
"php": ">=5.6",
"cube-group/lvalidator": "~1.1.1",
Expand All @@ -23,11 +29,11 @@
"gregwar/captcha": "1.1.5",
"gregwar/cache": "1.0.12",
"christian-riesen/otp": "2.5.0",
"swiftmailer/swiftmailer": "5.4.9",
"bacon/bacon-qr-code": "1.0.3",
"qiniu/php-sdk": "7.2.3",
"mpdf/mpdf": "6.1.3",
"symfony/var-dumper": "3.4.6"
"swiftmailer/swiftmailer": "^5.4.9",
"bacon/bacon-qr-code": "^1.0.3",
"qiniu/php-sdk": "^7.2.3",
"mpdf/mpdf": "^6.1.3",
"symfony/var-dumper": "^3.1.10"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 8bb0735

Please sign in to comment.