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
|
.buildpath
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
|
vendor
|
||||||
|
@ -24,8 +24,13 @@
|
|||||||
"role" : "Author"
|
"role" : "Author"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"autoload": {
|
||||||
|
"classmap": [
|
||||||
|
"./src/Toml.php"
|
||||||
|
]
|
||||||
|
},
|
||||||
"support" : {
|
"support" : {
|
||||||
"issues" : "https://github.com/leonelquinteros/php-toml/issues",
|
"issues" : "https://github.com/leonelquinteros/php-toml/issues",
|
||||||
"source" : "https://github.com/leonelquinteros/php-toml"
|
"source" : "https://github.com/leonelquinteros/php-toml"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user