"name": "foostart/sample",
"type": "library",
"description": "Create overview sample can intergrate other project",
"keywords": ["package","package"],
"homepage": "https://github.com/InfinitePW/Foostart",
"license": "MIT",
"authors": [
{
"name": "Foostart",
"email": "nguyenanhhoanld@gmail.com",
"role": "Developer"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"Sample": "src"
}
}
When i submit package from GitHub to Packagist.org. I have a problem with "composer.json". How can i fix it?? Thanks. https://github.com/InfinitePW/Foostart