Roman numeral converter

This commit is contained in:
Oliver Davies 2020-07-03 20:39:28 +01:00
parent 70aa53bd16
commit 533bcaf826
4 changed files with 260 additions and 2 deletions

View file

@ -1,6 +1,9 @@
{
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"beberlei/assert": "^3.2"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
},