|
1 | 1 | { |
2 | | - "name": "embed/embed", |
3 | | - "type": "library", |
4 | | - "description": "PHP library to retrieve page info using oembed, opengraph, etc", |
5 | | - "keywords": ["oembed", "opengraph", "twitter cards", "embed", "embedly"], |
6 | | - "homepage": "https://github.com/oscarotero/Embed", |
7 | | - "license": "MIT", |
8 | | - "authors": [ |
9 | | - { |
10 | | - "name": "Oscar Otero", |
11 | | - "email": "oom@oscarotero.com", |
12 | | - "homepage": "http://oscarotero.com", |
13 | | - "role": "Developer" |
14 | | - } |
15 | | - ], |
16 | | - "support": { |
17 | | - "email": "oom@oscarotero.com", |
18 | | - "issues": "https://github.com/oscarotero/Embed/issues" |
19 | | - }, |
20 | | - "require": { |
21 | | - "php": ">=5.4.0", |
22 | | - "ext-curl": "*" |
23 | | - }, |
24 | | - "require-dev": { |
25 | | - "phpunit/phpunit": "~4.0" |
| 2 | + "name": "embed/embed", |
| 3 | + "type": "library", |
| 4 | + "description": "PHP library to retrieve page info using oembed, opengraph, etc", |
| 5 | + "keywords": ["oembed", "opengraph", "twitter cards", "embed", "embedly"], |
| 6 | + "homepage": "https://github.com/oscarotero/Embed", |
| 7 | + "license": "MIT", |
| 8 | + "authors": [ |
| 9 | + { |
| 10 | + "name": "Oscar Otero", |
| 11 | + "email": "oom@oscarotero.com", |
| 12 | + "homepage": "http://oscarotero.com", |
| 13 | + "role": "Developer" |
| 14 | + } |
| 15 | + ], |
| 16 | + "support": { |
| 17 | + "email": "oom@oscarotero.com", |
| 18 | + "issues": "https://github.com/oscarotero/Embed/issues" |
26 | 19 | }, |
27 | | - "autoload": { |
28 | | - "psr-4": { |
29 | | - "Embed\\": "src" |
30 | | - } |
31 | | - } |
| 20 | + "require": { |
| 21 | + "php": ">=5.4.0", |
| 22 | + "ext-curl": "*" |
| 23 | + }, |
| 24 | + "require-dev": { |
| 25 | + "phpunit/phpunit": "~4.0", |
| 26 | + "guzzlehttp/guzzle": "5.x" |
| 27 | + }, |
| 28 | + "suggest": { |
| 29 | + "guzzlehttp/guzzle@5.x": "To use Guzzle5 request resolver" |
| 30 | + }, |
| 31 | + "autoload": { |
| 32 | + "psr-4": { |
| 33 | + "Embed\\": "src" |
| 34 | + } |
| 35 | + } |
32 | 36 | } |
0 commit comments