Skip to content

Commit 2e11676

Browse files
committed
Fix autoload section of composer.json to actually autoload the files
1 parent 0fb1c9b commit 2e11676

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"role": "Contributor"
1414
}],
1515
"autoload": {
16-
"classmap": ["src/"]
16+
"files": [
17+
"src/simplexml_dump.php",
18+
"src/simplexml_tree.php"
19+
]
1720
},
1821
"require-dev": {
1922
"phpunit/phpunit": "^4.8"

0 commit comments

Comments
 (0)