Skip to content

Commit

Permalink
Merge pull request #3 from hainuo/patch-1
Browse files Browse the repository at this point in the history
修正key冲突导致无法下载依赖类库的bug
  • Loading branch information
tmtbe committed Sep 12, 2016
2 parents bab41ea + eb4a376 commit f145231
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Expand Up @@ -5,7 +5,8 @@
"voku/anti-xss": "2.0.1",
"league/plates": "3.*",
"protobuf-php/protobuf": "~0.1.2",
"protobuf-php/protobuf-plugin": "^0.1.2"
"protobuf-php/protobuf-plugin": "^0.1.2",
"php": ">=7.0.0"
},
"autoload": {
"psr-4": {
Expand All @@ -16,9 +17,6 @@
"src/Server/helpers/Common.php"
]
},
"require": {
"php": ">=7.0.0"
},
"authors": [
{
"name": "tmtbe",
Expand Down

0 comments on commit f145231

Please sign in to comment.