Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleigh committed Jan 15, 2018
1 parent 752f30d commit 9601844
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 229 deletions.
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,23 @@
"role": "Developer"
}
],

"require-dev": {
"phpunit/phpunit": "5.0.*"
"phpunit/phpunit": "^6.4"
},

"autoload": {
"psr-4": {
"Limelight\\": "src/"
}
},

"autoload-dev": {
"psr-4": {
"Limelight\\Tests\\": "tests/"
}
},

"require": {
"php": ">=5.6",
"ext-mecab": "*"
},

"scripts": {
"test": "phpunit"
}
Expand Down
Loading

0 comments on commit 9601844

Please sign in to comment.