mirror of
https://github.com/leonelquinteros/php-toml.git
synced 2025-01-16 20:08:17 +01:00
add composer autoload
This commit is contained in:
parent
a24ca62c9e
commit
68a0caf664
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
.buildpath
|
||||
.project
|
||||
.settings
|
||||
vendor
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user