Roman numeral converter
This commit is contained in:
parent
bf5dfcec62
commit
44a3ef971d
4 changed files with 158 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue