27 lines
645 B
JSON
27 lines
645 B
JSON
{
|
|
"name": "aiz-packages/combination-generate",
|
|
"description": "Generate combinations of items in multiple arrays",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"AizPackages\\CombinationGenerate\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Shifat Hossain",
|
|
"email": "amithassan3229@gmail.com"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"require": {},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"AizPackages\\CombinationGenerate\\Providers\\CombinationServiceProvider"
|
|
]
|
|
}
|
|
}
|
|
}
|