2015-10-01 08:23:42 +03:30
|
|
|
{
|
|
|
|
"name": "salarmehr/ary",
|
|
|
|
"description": "A php array/stdClass alternative to store configs, options and more.",
|
|
|
|
"type": "Utility",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-01 08:48:37 +03:30
|
|
|
"name": "Reza Salarmehr",
|
2015-10-01 08:23:42 +03:30
|
|
|
"email": "salarmehr@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
2015-10-01 08:48:37 +03:30
|
|
|
"require": {
|
2016-03-04 13:37:21 +03:30
|
|
|
"php": ">=5.4.0",
|
|
|
|
"illuminate/support": "*"
|
2015-10-01 08:48:37 +03:30
|
|
|
},
|
2015-10-01 08:23:42 +03:30
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Salarmehr\\": "src/"
|
|
|
|
},
|
2015-10-17 19:17:25 +03:30
|
|
|
"files": [
|
2015-10-01 08:23:42 +03:30
|
|
|
"src/helper.php"
|
|
|
|
]
|
2017-09-17 11:54:07 +10:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^6.3"
|
2015-10-01 08:23:42 +03:30
|
|
|
}
|
|
|
|
}
|