braintree / braintree_php_example

An example Braintree integration for PHP
MIT License
127 stars 94 forks source link

Update Dotenv initialization for compatibility with phpdotenv #59

Closed debrado closed 1 year ago

debrado commented 1 year ago

Dotenv initialization was written for vlucas/phpdotenv version < 3. composer installs newer version of vlucas/phpdotenv is not backwards compatible with existing Dotenv initialization.

For internal tracking, issue 2561.