Skip to content

Commit 72ddbb6

Browse files
committed
Update composer.json, fixed autoload section
1 parent 2576e17 commit 72ddbb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"license": "MIT",
66
"autoload": {
77
"files": [
8-
"src/Cli.php"
8+
"src/Cli.php",
9+
"src/EvenGame.php"
910
]
1011
},
1112
"bin": [

0 commit comments

Comments
 (0)