add composer autoload

This commit is contained in:
吕海涛 2017-09-25 12:29:47 +08:00
parent a24ca62c9e
commit 68a0caf664
2 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.buildpath
.project
.settings
vendor

View File

@ -24,8 +24,13 @@
"role" : "Author"
}
],
"autoload": {
"classmap": [
"./src/Toml.php"
]
},
"support" : {
"issues" : "https://github.com/leonelquinteros/php-toml/issues",
"source" : "https://github.com/leonelquinteros/php-toml"
}
}
}