Skip to content

Commit

Permalink
Merge pull request #8 from CMProductions/improvements
Browse files Browse the repository at this point in the history
updated composer
added makefile
  • Loading branch information
joangoat authored Mar 23, 2020
2 parents e76e501 + 8ea712a commit d21c82d
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 243 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export AWS_ACCESS_KEY_ID := foo
export AWS_SECRET_ACCESS_KEY := bar
export AWS_CSM_ENABLED := false
export AWS_REGION := current
export AWS_BUCKET := default

tests:
bin/phpunit
bin/phpspec run
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,5 @@ __*Note:*__ Use stream functions for big files.
* Fork the repo.
* Fix an issue or add a new adapter or improve something or whatever you want.
* Follow the PSR-2 style.
* Run the tests. (add more tests if is needed).
* Run `make tests`. (add more tests if is needed).
* Make a pull request.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"type": "lib",
"require": {
"psr/log": "^1.0",
"ralouphie/mimey": "^1.0"
"ralouphie/mimey": "^1.0",
"aws/aws-sdk-php": "3.19.3"
},
"require-dev": {
"phpspec/phpspec": "^2.5",
"phpunit/phpunit": "4.8.*",
"squizlabs/php_codesniffer": "2.*",
"henrikbjorn/phpspec-code-coverage": "2.*",
"aws/aws-sdk-php": "^3.0.0"
"henrikbjorn/phpspec-code-coverage": "2.*"
},
"license": "MIT",
"config": {
Expand Down
Loading

0 comments on commit d21c82d

Please sign in to comment.