ClassLoader.php
5 years ago
InstalledVersions.php
5 years ago
LICENSE
8 years ago
autoload_classmap.php
5 years ago
autoload_namespaces.php
5 years ago
autoload_psr4.php
5 years ago
autoload_real.php
5 years ago
autoload_static.php
5 years ago
installed.json
5 years ago
installed.php
5 years ago
platform_check.php
5 years ago
installed.json
72 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "wpdevelopers/embera", |
| 5 | "version": "2.0.17", |
| 6 | "version_normalized": "2.0.17.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/WPDevelopers/Embera", |
| 10 | "reference": "5f521fbe77fdfc992dc399ee39e5fdb338ea1f04" |
| 11 | }, |
| 12 | "require": { |
| 13 | "ext-json": "*", |
| 14 | "php": ">=5.6" |
| 15 | }, |
| 16 | "require-dev": { |
| 17 | "phpunit/phpunit": "^8.3" |
| 18 | }, |
| 19 | "suggest": { |
| 20 | "ext-curl": "Allow to fetch data using curl instead of using file_get_contents" |
| 21 | }, |
| 22 | "time": "2021-01-28T07:14:10+00:00", |
| 23 | "type": "library", |
| 24 | "installation-source": "source", |
| 25 | "autoload": { |
| 26 | "psr-4": { |
| 27 | "Embera\\": "src/Embera" |
| 28 | } |
| 29 | }, |
| 30 | "autoload-dev": { |
| 31 | "psr-4": { |
| 32 | "Embera\\": "tests/Embera" |
| 33 | } |
| 34 | }, |
| 35 | "scripts": { |
| 36 | "test": [ |
| 37 | "phpunit" |
| 38 | ] |
| 39 | }, |
| 40 | "license": [ |
| 41 | "MIT" |
| 42 | ], |
| 43 | "authors": [ |
| 44 | { |
| 45 | "name": "Michael Pratt", |
| 46 | "email": "yo@michael-pratt.com", |
| 47 | "homepage": "http://www.michael-pratt.com", |
| 48 | "role": "Author/Developer" |
| 49 | } |
| 50 | ], |
| 51 | "description": "Oembed consumer library. Converts urls into their html embed code. Supports 150+ sites, such as Youtube, Twitter, vimeo, Instagram etc.", |
| 52 | "homepage": "https://github.com/WPDevelopers/Embera", |
| 53 | "keywords": [ |
| 54 | "Auto embed", |
| 55 | "Embed", |
| 56 | "Embed Text", |
| 57 | "Instagram", |
| 58 | "Oembed", |
| 59 | "Responsive Embeds", |
| 60 | "Twitter", |
| 61 | "Url Embed", |
| 62 | "Vimeo", |
| 63 | "Vine", |
| 64 | "Youtube" |
| 65 | ], |
| 66 | "install-path": "../wpdevelopers/embera" |
| 67 | } |
| 68 | ], |
| 69 | "dev": true, |
| 70 | "dev-package-names": [] |
| 71 | } |
| 72 |