Commit 622dd998 by HanSon Committed by GitHub

更新依赖包 (#2)

* 删除依赖包

* 更新依赖包
1 parent f3a35a0e
......@@ -15,8 +15,10 @@
"symfony/css-selector": "^3.2",
"pimple/pimple": "^3.0",
"illuminate/support": "^5.3",
"nesbot/carbon": "^1.21"
"nesbot/carbon": "^1.21",
"php": ">=7.0.0"
},
"minimum-stability": "dev",
"autoload": {
"files": [
"src/Support/helpers.php"
......@@ -24,8 +26,5 @@
"psr-4": {
"Hanson\\Vbot\\": "src/"
}
},
"require-dev": {
"phpstan/phpstan": "^0.4.2"
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!