Skip to content

Commit

Permalink
修改composer.json,删除predis和phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
yeaha committed Jun 16, 2016
1 parent b9e62dc commit 31c1a33
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
"license": "proprietary",
"require": {
"yeaha/owl": "1.0.*",
"monolog/monolog": "^1.19",
"predis/predis": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.1.0"
"monolog/monolog": "^1.19"
},
"autoload": {
"psr-4": {"Tests\\": "./tests"}
Expand Down

0 comments on commit 31c1a33

Please # to comment.