Skip to content

Commit c0f3635

Browse files
Merge pull request #327 from petitphp/add-missing-autoloading
Setup basic autoloading
2 parents 8805502 + c0ba65c commit c0f3635

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@
2121
"test": [
2222
"phpunit"
2323
]
24+
},
25+
"autoload": {
26+
"files": [ "srdb.class.php" ]
2427
}
2528
}

0 commit comments

Comments
 (0)