Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependancy for vlucas/phpdotenv #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Using composer:
$ composer require paubox/paubox-php
```

Note: The examples below make use of [vlucas/phpdotenv](https://github.com/vlucas/phpdotenv). Consult the project's instructions on how to install if you want to use `.env` files.

### Getting Paubox API Credentials

You will need to have a Paubox account. You can [sign up here](https://www.paubox.com/join/see-pricing?unit=messages).
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"homepage" : "https://github.com/Paubox/paubox-php",
"license" : "Apache-2.0",
"require" : {
"nategood/httpful" : "*",
"vlucas/phpdotenv" : "3.4.0"
"nategood/httpful" : "*"
},
"require-dev" : {
"phpunit/phpunit" : "^5.7.9"
Expand All @@ -22,4 +21,4 @@
"/src/tests"
]
}
}
}