2020-02-18 14:47:34 +00:00
|
|
|
{
|
|
|
|
"name": "miguel456/rps",
|
|
|
|
"description": "A simple Rock Paper Scissors game as a warmup from not coding for a while",
|
|
|
|
"type": "project",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Miguel Nogueira",
|
|
|
|
"email": "miguel456@spacejewel-hosting.com"
|
|
|
|
}
|
|
|
|
],
|
2020-02-18 19:33:48 +00:00
|
|
|
"require": {
|
2020-02-19 19:33:41 +00:00
|
|
|
"ext-readline": "*",
|
|
|
|
"macfja/phar-builder": "^0.2.8"
|
2020-02-18 19:33:48 +00:00
|
|
|
},
|
2020-02-18 14:47:34 +00:00
|
|
|
"autoload": {
|
2020-02-18 19:33:48 +00:00
|
|
|
"files": [
|
|
|
|
"src/Input/Input.php"
|
|
|
|
],
|
2020-02-18 14:47:34 +00:00
|
|
|
"psr-4": {
|
|
|
|
"miguel456\\rps\\": "src/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|