Skip to content

Commit

Permalink
Init #24, add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dusta committed Dec 17, 2018
1 parent a505f61 commit d5b4099
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"league/flysystem-cached-adapter": "^1.0",
"ext-fileinfo": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.7.10"
},
"suggest": {
"coldume/imagecraft": "^1.0"
},
Expand All @@ -31,6 +34,11 @@
"Dframe\\FileStorage\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Dframe\\FileStorage\\Tests\\": "tests/"
}
},
"scripts": {
"test": [
"@phpunit"
Expand Down

0 comments on commit d5b4099

Please sign in to comment.