22 lines
472 B
JSON
22 lines
472 B
JSON
{
|
|
"name": "test/composer",
|
|
"description": "LerningToUseComposer",
|
|
"license": "none",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Test\\Composer\\": "src/",
|
|
"foo\\": "src/",
|
|
"bar\\": "src/",
|
|
"animate\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Aleksandr Shelkovin",
|
|
"email": "shelkovin.sashka@gmail.com"
|
|
}
|
|
],
|
|
"minimum-stability": "alpha",
|
|
"require": {}
|
|
}
|