Skip to content

Commit

Permalink
Remove swap library conflict
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
sagikazarmark committed Oct 21, 2016
1 parent b2d6ad7 commit 3985d80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@
"florianv/swap": "Exchange rates library for PHP",
"psr/cache-implementation": "Used for Currency caching"
},
"conflict": {
"florianv/swap": "<3.0"
},
"autoload": {
"psr-4": {
"Money\\": "src/"
Expand Down
1 change: 0 additions & 1 deletion src/Exchange/SwapExchange.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Money\Exchange;

use Exchanger\Contract\ExchangeRateProvider;
use Exchanger\Exception\Exception as ExchangerException;
use Money\Currency;
use Money\CurrencyPair;
Expand Down

0 comments on commit 3985d80

Please sign in to comment.