Skip to content

Commit

Permalink
Replace dependency on mathiasverraes/money with moneyphp/money
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrieghe committed Aug 8, 2019
1 parent de7ab56 commit 8a533b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"require": {
"php": ">=5.3.3",
"ramsey/uuid": "~2.5",
"mathiasverraes/money": "~1.2",
"marc-mabe/php-enum": "~1.0",
"zendframework/zend-validator": "~2.2",
"league/geotools": "~0.3.1"
"league/geotools": "~0.3.1",
"moneyphp/money": "~1.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
Expand Down

0 comments on commit 8a533b1

Please sign in to comment.