Skip to content

Commit

Permalink
Remove forbidden "/" in keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinrob committed Jul 17, 2015
1 parent 28adc53 commit ce2eab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kevinrob/guzzle-cache-middleware",
"type": "library",
"description": "A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 2616)",
"keywords": ["guzzle", "guzzle6", "cache", "http", "http/1.1", "psr7", "handler", "middleware", "cache-control", "rfc2616", "performance", "php", "promise", "expiration", "validation", "Etag"],
"keywords": ["guzzle", "guzzle6", "cache", "http", "http 1.1", "psr7", "handler", "middleware", "cache-control", "rfc2616", "performance", "php", "promise", "expiration", "validation", "Etag"],
"homepage": "https://github.com/Kevinrob/guzzle-cache-middleware",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit ce2eab5

Please sign in to comment.