24 lines
415 B
JSON
24 lines
415 B
JSON
{
|
|
"name": "salarmehr/ary",
|
|
"description": "A php array/stdClass alternative to store configs, options and more.",
|
|
"type": "Utility",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Reza Salarmehr",
|
|
"email": "salarmehr@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Salarmehr\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/helper.php"
|
|
]
|
|
}
|
|
}
|