Files
ary/composer.json
Reza 97e02abf76 - extending Illuminate\Support\Collection so its method is available in ary.
- checking php version before defining the ary() helper function.
2016-03-04 13:37:21 +03:30

25 lines
448 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": ">=5.4.0",
"illuminate/support": "*"
},
"autoload": {
"psr-4": {
"Salarmehr\\": "src/"
},
"files": [
"src/helper.php"
]
}
}