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