Fixed recognition of integers in `Money` constructor.
... | ... | @@ -9,13 +9,17 @@ |
{ | ||
"name": "Thorsten Buss", | ||
"email": "thorsten.buss@buss-networks.de" | ||
}, | ||
{ | ||
"name": "Thomas Bilk", | ||
"email": "thomas.bilk@buss-networks.de" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.3.3" | ||
"php": ">=5.6" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "3.7.*" | ||
"phpunit/phpunit": "5.7.*" | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment