Skip to content

Commit

Permalink
3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Oct 27, 2015
1 parent e7b570c commit 7befca6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.6.1
* Fix PSR-0 style namespacing when using Symfony

## 3.6.0
* Add support for proxy servers
* Add PSR-4 namespacing support
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-0": {
"Braintree": "lib/"
},
"psr-4": {
"Braintree\\": "lib/Braintree"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Braintree/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final class Version
*/
const MAJOR = 3;
const MINOR = 6;
const TINY = 0;
const TINY = 1;

/**
* @ignore
Expand Down

0 comments on commit 7befca6

Please sign in to comment.