Skip to content

Commit

Permalink
Merge 84156f1 into be5dc79
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkoian committed Mar 31, 2017
2 parents be5dc79 + 84156f1 commit 6d5efc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ install:
- composer install --dev

script:
- bin/security-checker security:check
- bin/phpunit

after_script:
Expand Down
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@
"name": "jenko/flysystem-gaufrette",
"description": "Gaufrette adapter for Flysystem",
"type": "library",
"repositories":
[
{
"type": "vcs",
"url": "https://github.com/tucksaun/security-checker"
}
],
"require": {
"php": ">=5.4.0",
"league/flysystem": "^1.0",
"knplabs/gaufrette": "^0.2"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
"phpunit/phpunit": "~4.8",
"sensiolabs/security-checker": "dev-fix-ssl-issues"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 6d5efc8

Please sign in to comment.