Skip to content

Commit ec46658

Browse files
committed
IHF: Autoload file added.
1 parent aa1d7cb commit ec46658

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">=5.4.0"
14+
},
15+
"autoload": {
16+
"files": ["src/autoload.php"]
1417
}
1518
}

src/autoload.php

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
3+
// ...

0 commit comments

Comments
 (0)