28 lines
678 B
JSON
28 lines
678 B
JSON
{
|
|
"name": "guzzle/iterator",
|
|
"description": "Provides helpful iterators and iterator decorators",
|
|
"keywords": ["iterator", "guzzle"],
|
|
"homepage": "http://guzzlephp.org/",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"guzzle/common": ">=2.8.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Guzzle\\Iterator": "/" }
|
|
},
|
|
"target-dir": "Guzzle/Iterator",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.7-dev"
|
|
}
|
|
}
|
|
}
|