ClassLoader.php
8 years ago
LICENSE
8 years ago
autoload_classmap.php
8 years ago
autoload_namespaces.php
8 years ago
autoload_psr4.php
8 years ago
autoload_real.php
8 years ago
autoload_static.php
8 years ago
installed.json
8 years ago
installed.json
152 lines
| 1 | [ |
| 2 | { |
| 3 | "name": "ostraining/embera", |
| 4 | "version": "1.9.3", |
| 5 | "version_normalized": "1.9.3.0", |
| 6 | "source": { |
| 7 | "type": "git", |
| 8 | "url": "https://github.com/OSTraining/Embera", |
| 9 | "reference": "51d4c22303680b4434c3c0d3a34694c0ebbca1a1" |
| 10 | }, |
| 11 | "require": { |
| 12 | "php": ">=5.3" |
| 13 | }, |
| 14 | "time": "2016-07-12T20:35:30+00:00", |
| 15 | "type": "library", |
| 16 | "installation-source": "source", |
| 17 | "autoload": { |
| 18 | "psr-0": { |
| 19 | "Embera": "Lib/" |
| 20 | } |
| 21 | }, |
| 22 | "license": [ |
| 23 | "MIT" |
| 24 | ], |
| 25 | "authors": [ |
| 26 | { |
| 27 | "name": "Michael Pratt", |
| 28 | "email": "pratt@hablarmierda.net", |
| 29 | "homepage": "http://www.michael-pratt.com", |
| 30 | "role": "Author/Developer" |
| 31 | } |
| 32 | ], |
| 33 | "description": "Oembed consumer library, that gives information about urls. It helps you replace urls to 60+ sites like youtube or vimeo, with their html embed code.", |
| 34 | "homepage": "https://github.com/OSTraining/Embera", |
| 35 | "keywords": [ |
| 36 | "Auto embed", |
| 37 | "Embed", |
| 38 | "Embed Text", |
| 39 | "Instagram", |
| 40 | "Oembed", |
| 41 | "Twitter", |
| 42 | "Url Embed", |
| 43 | "Vimeo", |
| 44 | "Vine", |
| 45 | "Youtube" |
| 46 | ] |
| 47 | }, |
| 48 | { |
| 49 | "name": "pimple/pimple", |
| 50 | "version": "v3.2.3", |
| 51 | "version_normalized": "3.2.3.0", |
| 52 | "source": { |
| 53 | "type": "git", |
| 54 | "url": "https://github.com/silexphp/Pimple.git", |
| 55 | "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32" |
| 56 | }, |
| 57 | "dist": { |
| 58 | "type": "zip", |
| 59 | "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32", |
| 60 | "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32", |
| 61 | "shasum": "" |
| 62 | }, |
| 63 | "require": { |
| 64 | "php": ">=5.3.0", |
| 65 | "psr/container": "^1.0" |
| 66 | }, |
| 67 | "require-dev": { |
| 68 | "symfony/phpunit-bridge": "^3.2" |
| 69 | }, |
| 70 | "time": "2018-01-21T07:42:36+00:00", |
| 71 | "type": "library", |
| 72 | "extra": { |
| 73 | "branch-alias": { |
| 74 | "dev-master": "3.2.x-dev" |
| 75 | } |
| 76 | }, |
| 77 | "installation-source": "dist", |
| 78 | "autoload": { |
| 79 | "psr-0": { |
| 80 | "Pimple": "src/" |
| 81 | } |
| 82 | }, |
| 83 | "notification-url": "https://packagist.org/downloads/", |
| 84 | "license": [ |
| 85 | "MIT" |
| 86 | ], |
| 87 | "authors": [ |
| 88 | { |
| 89 | "name": "Fabien Potencier", |
| 90 | "email": "fabien@symfony.com" |
| 91 | } |
| 92 | ], |
| 93 | "description": "Pimple, a simple Dependency Injection Container", |
| 94 | "homepage": "http://pimple.sensiolabs.org", |
| 95 | "keywords": [ |
| 96 | "container", |
| 97 | "dependency injection" |
| 98 | ] |
| 99 | }, |
| 100 | { |
| 101 | "name": "psr/container", |
| 102 | "version": "1.0.0", |
| 103 | "version_normalized": "1.0.0.0", |
| 104 | "source": { |
| 105 | "type": "git", |
| 106 | "url": "https://github.com/php-fig/container.git", |
| 107 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
| 108 | }, |
| 109 | "dist": { |
| 110 | "type": "zip", |
| 111 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
| 112 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
| 113 | "shasum": "" |
| 114 | }, |
| 115 | "require": { |
| 116 | "php": ">=5.3.0" |
| 117 | }, |
| 118 | "time": "2017-02-14T16:28:37+00:00", |
| 119 | "type": "library", |
| 120 | "extra": { |
| 121 | "branch-alias": { |
| 122 | "dev-master": "1.0.x-dev" |
| 123 | } |
| 124 | }, |
| 125 | "installation-source": "dist", |
| 126 | "autoload": { |
| 127 | "psr-4": { |
| 128 | "Psr\\Container\\": "src/" |
| 129 | } |
| 130 | }, |
| 131 | "notification-url": "https://packagist.org/downloads/", |
| 132 | "license": [ |
| 133 | "MIT" |
| 134 | ], |
| 135 | "authors": [ |
| 136 | { |
| 137 | "name": "PHP-FIG", |
| 138 | "homepage": "http://www.php-fig.org/" |
| 139 | } |
| 140 | ], |
| 141 | "description": "Common Container Interface (PHP FIG PSR-11)", |
| 142 | "homepage": "https://github.com/php-fig/container", |
| 143 | "keywords": [ |
| 144 | "PSR-11", |
| 145 | "container", |
| 146 | "container-interface", |
| 147 | "container-interop", |
| 148 | "psr" |
| 149 | ] |
| 150 | } |
| 151 | ] |
| 152 |