ClassLoader.php
7 years ago
LICENSE
8 years ago
autoload_classmap.php
8 years ago
autoload_files.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
244 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 | "name": "publishpress/edd-license-handler", |
| 153 | "version": "1.6.14.4", |
| 154 | "version_normalized": "1.6.14.4", |
| 155 | "source": { |
| 156 | "type": "git", |
| 157 | "url": "https://github.com/OSTraining/EDD-License-handler", |
| 158 | "reference": "30dc3bb2bff29668d17406a996fa2c022d55f613" |
| 159 | }, |
| 160 | "time": "2018-05-18T17:13:59+00:00", |
| 161 | "type": "library", |
| 162 | "installation-source": "source", |
| 163 | "autoload": { |
| 164 | "files": [ |
| 165 | "EDD_License_Handler.php", |
| 166 | "EDD_SL_Plugin_Updater.php" |
| 167 | ] |
| 168 | }, |
| 169 | "license": [ |
| 170 | "GPL-2" |
| 171 | ], |
| 172 | "authors": [ |
| 173 | { |
| 174 | "name": "EasyDigitalDownloads", |
| 175 | "email": "contact@easydigitaldownloads.com" |
| 176 | }, |
| 177 | { |
| 178 | "name": "PublishPress", |
| 179 | "email": "help@publishpress.com" |
| 180 | } |
| 181 | ] |
| 182 | }, |
| 183 | { |
| 184 | "name": "publishpress/wordpress-edd-license-integration", |
| 185 | "version": "2.2.2", |
| 186 | "version_normalized": "2.2.2.0", |
| 187 | "source": { |
| 188 | "type": "git", |
| 189 | "url": "https://github.com/OSTraining/WordPress-EDD-License-Integration", |
| 190 | "reference": "2bb4a405b8fed0c8b3728dce284b62e9b8013a96" |
| 191 | }, |
| 192 | "require": { |
| 193 | "pimple/pimple": "~3.2", |
| 194 | "publishpress/edd-license-handler": "~1.6" |
| 195 | }, |
| 196 | "time": "2018-05-18T17:11:02+00:00", |
| 197 | "type": "library", |
| 198 | "installation-source": "source", |
| 199 | "autoload": { |
| 200 | "psr-4": { |
| 201 | "PublishPress\\EDD_License\\Core\\": "src/core/" |
| 202 | } |
| 203 | }, |
| 204 | "license": [ |
| 205 | "GPL-2" |
| 206 | ], |
| 207 | "authors": [ |
| 208 | { |
| 209 | "name": "PublishPress", |
| 210 | "email": "help@publishpress.com" |
| 211 | } |
| 212 | ] |
| 213 | }, |
| 214 | { |
| 215 | "name": "publishpress/wordpress-plugin-builder", |
| 216 | "version": "2.1.6", |
| 217 | "version_normalized": "2.1.6.0", |
| 218 | "source": { |
| 219 | "type": "git", |
| 220 | "url": "https://github.com/OSTraining/WordPress-Plugin-Builder", |
| 221 | "reference": "92d16a9b3f48898e09ccf9f89cf0e1e9467c8a63" |
| 222 | }, |
| 223 | "time": "2018-05-17T22:26:21+00:00", |
| 224 | "type": "library", |
| 225 | "installation-source": "source", |
| 226 | "autoload": { |
| 227 | "psr-4": { |
| 228 | "PublishPress\\Builder\\": "src/" |
| 229 | } |
| 230 | }, |
| 231 | "license": [ |
| 232 | "GPL-2.0+" |
| 233 | ], |
| 234 | "authors": [ |
| 235 | { |
| 236 | "name": "PublishPress", |
| 237 | "email": "help@publishpress.com", |
| 238 | "homepage": "https://publishpress.com" |
| 239 | } |
| 240 | ], |
| 241 | "description": "Base class for WordPress plugin builder" |
| 242 | } |
| 243 | ] |
| 244 |