Fix autoload section of composer.json to actually autoload the files

This commit is contained in:
Rowan Collins 2017-11-09 20:04:19 +00:00
parent 0fb1c9b166
commit 2e116762f0

View file

@ -13,7 +13,10 @@
"role": "Contributor"
}],
"autoload": {
"classmap": ["src/"]
"files": [
"src/simplexml_dump.php",
"src/simplexml_tree.php"
]
},
"require-dev": {
"phpunit/phpunit": "^4.8"