Composering and depickling
This commit is contained in:
parent
2af587dcc3
commit
b0a5b4c8c1
4 changed files with 31 additions and 58 deletions
23
composer.json
Normal file
23
composer.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "joshtronic/php-sortbyfield",
|
||||
"description": "Sort an array of arrays by a field",
|
||||
"version": "1.0.0",
|
||||
"type": "utility",
|
||||
"keywords": ["array", "sort", "field", "key"],
|
||||
"homepage": "https://github.com/joshtronic/php-sortbyfield",
|
||||
"license": "MIT",
|
||||
"authors": [{
|
||||
"name": "Josh Sherman",
|
||||
"email": "hello@joshtronic.com",
|
||||
"homepage": "http://joshtronic.com"
|
||||
}],
|
||||
"require-dev": {
|
||||
"php": ">=4.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"satooshi/php-coveralls": "dev-master"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {"joshtronic\\": "src/"}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue