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