Fix autoload section of composer.json to actually autoload the files
This commit is contained in:
parent
0fb1c9b166
commit
2e116762f0
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@
|
||||||
"role": "Contributor"
|
"role": "Contributor"
|
||||||
}],
|
}],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": ["src/"]
|
"files": [
|
||||||
|
"src/simplexml_dump.php",
|
||||||
|
"src/simplexml_tree.php"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^4.8"
|
"phpunit/phpunit": "^4.8"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue