You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
471 B
19 lines
471 B
{ |
|
"name": "guzzle/parser", |
|
"homepage": "http://guzzlephp.org/", |
|
"description": "Interchangeable parsers used by Guzzle", |
|
"keywords": ["HTTP", "message", "cookie", "URL", "URI Template"], |
|
"license": "MIT", |
|
"require": { |
|
"php": ">=5.3.2" |
|
}, |
|
"autoload": { |
|
"psr-0": { "Guzzle\\Parser": "" } |
|
}, |
|
"target-dir": "Guzzle/Parser", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.7-dev" |
|
} |
|
} |
|
}
|
|
|