Roman numeral converter

This commit is contained in:
Oliver Davies 2020-07-04 08:27:45 +01:00
parent bf5dfcec62
commit 44a3ef971d
4 changed files with 158 additions and 2 deletions

View file

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