31 lines
624 B
JSON
31 lines
624 B
JSON
{
|
|
"name": "halfpastfouram/collection",
|
|
"description": "A flexible PHP Collection complete with custom Iterator.",
|
|
"keywords": [
|
|
"collection",
|
|
"php"
|
|
],
|
|
"homepage": "http://github.com/halfpastfouram/collection",
|
|
"type": "package",
|
|
"version": "v1.0.0",
|
|
"license": "AGPL 3.0",
|
|
"authors": [
|
|
{
|
|
"name": "Bob Kruithof"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6.0 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "5.2.*",
|
|
"codeclimate/php-test-reporter": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Halfpastfour\\Collection\\": "src/",
|
|
"Test\\": "test/"
|
|
}
|
|
}
|
|
}
|